Skip to content

Commit 0419da3

Browse files
1 parent 55f2ae3 commit 0419da3

File tree

13 files changed

+2718
-815
lines changed

13 files changed

+2718
-815
lines changed

clients/google-api-services-bigquerydatatransfer/v1/2.0.0/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-bigquerydatatransfer</artifactId>
25-
<version>v1-rev20260201-2.0.0</version>
25+
<version>v1-rev20260314-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-bigquerydatatransfer:v1-rev20260201-2.0.0'
38+
implementation 'com.google.apis:google-api-services-bigquerydatatransfer:v1-rev20260314-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-bigquerydatatransfer/v1/2.0.0/com/google/api/services/bigquerydatatransfer/v1/BigQueryDataTransfer.java

Lines changed: 1665 additions & 809 deletions
Large diffs are not rendered by default.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,91 @@
1+
/*
2+
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
3+
* in compliance with the License. You may obtain a copy of the License at
4+
*
5+
* http://www.apache.org/licenses/LICENSE-2.0
6+
*
7+
* Unless required by applicable law or agreed to in writing, software distributed under the License
8+
* is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
9+
* or implied. See the License for the specific language governing permissions and limitations under
10+
* the License.
11+
*/
12+
/*
13+
* This code was generated by https://github.com/googleapis/google-api-java-client-services/
14+
* Modify at your own risk.
15+
*/
16+
17+
package com.google.api.services.bigquerydatatransfer.v1.model;
18+
19+
/**
20+
* Details about the hierarchy.
21+
*
22+
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
23+
* transmitted over HTTP when working with the BigQuery Data Transfer API. For a detailed
24+
* explanation see:
25+
* <a href="https://developers.google.com/api-client-library/java/google-http-java-client/json">https://developers.google.com/api-client-library/java/google-http-java-client/json</a>
26+
* </p>
27+
*
28+
* @author Google, Inc.
29+
*/
30+
@SuppressWarnings("javadoc")
31+
public final class HierarchyDetail extends com.google.api.client.json.GenericJson {
32+
33+
/**
34+
* Optional. Partition details related to hierarchy.
35+
* The value may be {@code null}.
36+
*/
37+
@com.google.api.client.util.Key
38+
private PartitionDetail partitionDetail;
39+
40+
/**
41+
* Optional. Table details related to hierarchy.
42+
* The value may be {@code null}.
43+
*/
44+
@com.google.api.client.util.Key
45+
private TableDetail tableDetail;
46+
47+
/**
48+
* Optional. Partition details related to hierarchy.
49+
* @return value or {@code null} for none
50+
*/
51+
public PartitionDetail getPartitionDetail() {
52+
return partitionDetail;
53+
}
54+
55+
/**
56+
* Optional. Partition details related to hierarchy.
57+
* @param partitionDetail partitionDetail or {@code null} for none
58+
*/
59+
public HierarchyDetail setPartitionDetail(PartitionDetail partitionDetail) {
60+
this.partitionDetail = partitionDetail;
61+
return this;
62+
}
63+
64+
/**
65+
* Optional. Table details related to hierarchy.
66+
* @return value or {@code null} for none
67+
*/
68+
public TableDetail getTableDetail() {
69+
return tableDetail;
70+
}
71+
72+
/**
73+
* Optional. Table details related to hierarchy.
74+
* @param tableDetail tableDetail or {@code null} for none
75+
*/
76+
public HierarchyDetail setTableDetail(TableDetail tableDetail) {
77+
this.tableDetail = tableDetail;
78+
return this;
79+
}
80+
81+
@Override
82+
public HierarchyDetail set(String fieldName, Object value) {
83+
return (HierarchyDetail) super.set(fieldName, value);
84+
}
85+
86+
@Override
87+
public HierarchyDetail clone() {
88+
return (HierarchyDetail) super.clone();
89+
}
90+
91+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,94 @@
1+
/*
2+
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
3+
* in compliance with the License. You may obtain a copy of the License at
4+
*
5+
* http://www.apache.org/licenses/LICENSE-2.0
6+
*
7+
* Unless required by applicable law or agreed to in writing, software distributed under the License
8+
* is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
9+
* or implied. See the License for the specific language governing permissions and limitations under
10+
* the License.
11+
*/
12+
/*
13+
* This code was generated by https://github.com/googleapis/google-api-java-client-services/
14+
* Modify at your own risk.
15+
*/
16+
17+
package com.google.api.services.bigquerydatatransfer.v1.model;
18+
19+
/**
20+
* Response for the ListTransferResources RPC.
21+
*
22+
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
23+
* transmitted over HTTP when working with the BigQuery Data Transfer API. For a detailed
24+
* explanation see:
25+
* <a href="https://developers.google.com/api-client-library/java/google-http-java-client/json">https://developers.google.com/api-client-library/java/google-http-java-client/json</a>
26+
* </p>
27+
*
28+
* @author Google, Inc.
29+
*/
30+
@SuppressWarnings("javadoc")
31+
public final class ListTransferResourcesResponse extends com.google.api.client.json.GenericJson {
32+
33+
/**
34+
* Output only. A token, which can be sent as `page_token` to retrieve the next page. If this
35+
* field is omitted, there are no subsequent pages.
36+
* The value may be {@code null}.
37+
*/
38+
@com.google.api.client.util.Key
39+
private java.lang.String nextPageToken;
40+
41+
/**
42+
* Output only. The transfer resources.
43+
* The value may be {@code null}.
44+
*/
45+
@com.google.api.client.util.Key
46+
private java.util.List<TransferResource> transferResources;
47+
48+
/**
49+
* Output only. A token, which can be sent as `page_token` to retrieve the next page. If this
50+
* field is omitted, there are no subsequent pages.
51+
* @return value or {@code null} for none
52+
*/
53+
public java.lang.String getNextPageToken() {
54+
return nextPageToken;
55+
}
56+
57+
/**
58+
* Output only. A token, which can be sent as `page_token` to retrieve the next page. If this
59+
* field is omitted, there are no subsequent pages.
60+
* @param nextPageToken nextPageToken or {@code null} for none
61+
*/
62+
public ListTransferResourcesResponse setNextPageToken(java.lang.String nextPageToken) {
63+
this.nextPageToken = nextPageToken;
64+
return this;
65+
}
66+
67+
/**
68+
* Output only. The transfer resources.
69+
* @return value or {@code null} for none
70+
*/
71+
public java.util.List<TransferResource> getTransferResources() {
72+
return transferResources;
73+
}
74+
75+
/**
76+
* Output only. The transfer resources.
77+
* @param transferResources transferResources or {@code null} for none
78+
*/
79+
public ListTransferResourcesResponse setTransferResources(java.util.List<TransferResource> transferResources) {
80+
this.transferResources = transferResources;
81+
return this;
82+
}
83+
84+
@Override
85+
public ListTransferResourcesResponse set(String fieldName, Object value) {
86+
return (ListTransferResourcesResponse) super.set(fieldName, value);
87+
}
88+
89+
@Override
90+
public ListTransferResourcesResponse clone() {
91+
return (ListTransferResourcesResponse) super.clone();
92+
}
93+
94+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,67 @@
1+
/*
2+
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
3+
* in compliance with the License. You may obtain a copy of the License at
4+
*
5+
* http://www.apache.org/licenses/LICENSE-2.0
6+
*
7+
* Unless required by applicable law or agreed to in writing, software distributed under the License
8+
* is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
9+
* or implied. See the License for the specific language governing permissions and limitations under
10+
* the License.
11+
*/
12+
/*
13+
* This code was generated by https://github.com/googleapis/google-api-java-client-services/
14+
* Modify at your own risk.
15+
*/
16+
17+
package com.google.api.services.bigquerydatatransfer.v1.model;
18+
19+
/**
20+
* Partition details related to hierarchy.
21+
*
22+
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
23+
* transmitted over HTTP when working with the BigQuery Data Transfer API. For a detailed
24+
* explanation see:
25+
* <a href="https://developers.google.com/api-client-library/java/google-http-java-client/json">https://developers.google.com/api-client-library/java/google-http-java-client/json</a>
26+
* </p>
27+
*
28+
* @author Google, Inc.
29+
*/
30+
@SuppressWarnings("javadoc")
31+
public final class PartitionDetail extends com.google.api.client.json.GenericJson {
32+
33+
/**
34+
* Optional. Name of the table which has the partitions.
35+
* The value may be {@code null}.
36+
*/
37+
@com.google.api.client.util.Key
38+
private java.lang.String table;
39+
40+
/**
41+
* Optional. Name of the table which has the partitions.
42+
* @return value or {@code null} for none
43+
*/
44+
public java.lang.String getTable() {
45+
return table;
46+
}
47+
48+
/**
49+
* Optional. Name of the table which has the partitions.
50+
* @param table table or {@code null} for none
51+
*/
52+
public PartitionDetail setTable(java.lang.String table) {
53+
this.table = table;
54+
return this;
55+
}
56+
57+
@Override
58+
public PartitionDetail set(String fieldName, Object value) {
59+
return (PartitionDetail) super.set(fieldName, value);
60+
}
61+
62+
@Override
63+
public PartitionDetail clone() {
64+
return (PartitionDetail) super.clone();
65+
}
66+
67+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,67 @@
1+
/*
2+
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
3+
* in compliance with the License. You may obtain a copy of the License at
4+
*
5+
* http://www.apache.org/licenses/LICENSE-2.0
6+
*
7+
* Unless required by applicable law or agreed to in writing, software distributed under the License
8+
* is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
9+
* or implied. See the License for the specific language governing permissions and limitations under
10+
* the License.
11+
*/
12+
/*
13+
* This code was generated by https://github.com/googleapis/google-api-java-client-services/
14+
* Modify at your own risk.
15+
*/
16+
17+
package com.google.api.services.bigquerydatatransfer.v1.model;
18+
19+
/**
20+
* Table details related to hierarchy.
21+
*
22+
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
23+
* transmitted over HTTP when working with the BigQuery Data Transfer API. For a detailed
24+
* explanation see:
25+
* <a href="https://developers.google.com/api-client-library/java/google-http-java-client/json">https://developers.google.com/api-client-library/java/google-http-java-client/json</a>
26+
* </p>
27+
*
28+
* @author Google, Inc.
29+
*/
30+
@SuppressWarnings("javadoc")
31+
public final class TableDetail extends com.google.api.client.json.GenericJson {
32+
33+
/**
34+
* Optional. Total number of partitions being tracked within the table.
35+
* The value may be {@code null}.
36+
*/
37+
@com.google.api.client.util.Key @com.google.api.client.json.JsonString
38+
private java.lang.Long partitionCount;
39+
40+
/**
41+
* Optional. Total number of partitions being tracked within the table.
42+
* @return value or {@code null} for none
43+
*/
44+
public java.lang.Long getPartitionCount() {
45+
return partitionCount;
46+
}
47+
48+
/**
49+
* Optional. Total number of partitions being tracked within the table.
50+
* @param partitionCount partitionCount or {@code null} for none
51+
*/
52+
public TableDetail setPartitionCount(java.lang.Long partitionCount) {
53+
this.partitionCount = partitionCount;
54+
return this;
55+
}
56+
57+
@Override
58+
public TableDetail set(String fieldName, Object value) {
59+
return (TableDetail) super.set(fieldName, value);
60+
}
61+
62+
@Override
63+
public TableDetail clone() {
64+
return (TableDetail) super.clone();
65+
}
66+
67+
}

0 commit comments

Comments
 (0)