Skip to content

Commit f1a6708

Browse files
chore: regenerate bigquerydatatransfer client (#31524)
Generated in GitHub action: https://togithub.com/googleapis/googleapis/google-api-java-client-services/actions/workflows/codegen.yaml
1 parent 9f35c0b commit f1a6708

File tree

7 files changed

+48
-48
lines changed

7 files changed

+48
-48
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-rev20260320-2.0.0</version>
25+
<version>v1-rev20260406-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-rev20260320-2.0.0'
38+
implementation 'com.google.apis:google-api-services-bigquerydatatransfer:v1-rev20260406-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: 34 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -4507,9 +4507,9 @@ public Get set(String parameterName, Object value) {
45074507
* optional parameters, call the {@link List#execute()} method to invoke the remote operation.
45084508
*
45094509
* @param parent Required. Name of transfer configuration for which transfer resources should be retrieved. The name
4510-
* should be in one of the following form: *
4511-
* `projects/{project_id}/transferConfigs/{config_id}` *
4512-
* `projects/{project_id}/locations/{location_id}/transferConfigs/{config_id}`
4510+
* should be in one of the following forms: *
4511+
* `projects/{project}/transferConfigs/{transfer_config}` *
4512+
* `projects/{project}/locations/{location_id}/transferConfigs/{transfer_config}`
45134513
* @return the request
45144514
*/
45154515
public List list(java.lang.String parent) throws java.io.IOException {
@@ -4537,9 +4537,9 @@ public class List extends BigQueryDataTransferRequest<com.google.api.services.bi
45374537
* called to initialize this instance immediately after invoking the constructor. </p>
45384538
*
45394539
* @param parent Required. Name of transfer configuration for which transfer resources should be retrieved. The name
4540-
* should be in one of the following form: *
4541-
* `projects/{project_id}/transferConfigs/{config_id}` *
4542-
* `projects/{project_id}/locations/{location_id}/transferConfigs/{config_id}`
4540+
* should be in one of the following forms: *
4541+
* `projects/{project}/transferConfigs/{transfer_config}` *
4542+
* `projects/{project}/locations/{location_id}/transferConfigs/{transfer_config}`
45434543
* @since 1.13
45444544
*/
45454545
protected List(java.lang.String parent) {
@@ -4619,26 +4619,26 @@ public List setUploadProtocol(java.lang.String uploadProtocol) {
46194619

46204620
/**
46214621
* Required. Name of transfer configuration for which transfer resources should be
4622-
* retrieved. The name should be in one of the following form: *
4623-
* `projects/{project_id}/transferConfigs/{config_id}` *
4624-
* `projects/{project_id}/locations/{location_id}/transferConfigs/{config_id}`
4622+
* retrieved. The name should be in one of the following forms: *
4623+
* `projects/{project}/transferConfigs/{transfer_config}` *
4624+
* `projects/{project}/locations/{location_id}/transferConfigs/{transfer_config}`
46254625
*/
46264626
@com.google.api.client.util.Key
46274627
private java.lang.String parent;
46284628

46294629
/** Required. Name of transfer configuration for which transfer resources should be retrieved. The name
4630-
should be in one of the following form: * `projects/{project_id}/transferConfigs/{config_id}` *
4631-
`projects/{project_id}/locations/{location_id}/transferConfigs/{config_id}`
4630+
should be in one of the following forms: * `projects/{project}/transferConfigs/{transfer_config}` *
4631+
`projects/{project}/locations/{location_id}/transferConfigs/{transfer_config}`
46324632
*/
46334633
public java.lang.String getParent() {
46344634
return parent;
46354635
}
46364636

46374637
/**
46384638
* Required. Name of transfer configuration for which transfer resources should be
4639-
* retrieved. The name should be in one of the following form: *
4640-
* `projects/{project_id}/transferConfigs/{config_id}` *
4641-
* `projects/{project_id}/locations/{location_id}/transferConfigs/{config_id}`
4639+
* retrieved. The name should be in one of the following forms: *
4640+
* `projects/{project}/transferConfigs/{transfer_config}` *
4641+
* `projects/{project}/locations/{location_id}/transferConfigs/{transfer_config}`
46424642
*/
46434643
public List setParent(java.lang.String parent) {
46444644
if (!getSuppressPatternChecks()) {
@@ -4658,7 +4658,7 @@ public List setParent(java.lang.String parent) {
46584658
* `hierarchy_detail.partition_detail.table` Multiple filters can be applied using the
46594659
* `AND/OR` operator. Examples: * `name="*123" AND (type="TABLE" OR
46604660
* latest_status_detail.state="SUCCEEDED")` * `update_time >=
4661-
* "2012-04-21T11:30:00-04:00` * `hierarchy_detail.partition_detail.table = "table1"`
4661+
* "2012-04-21T11:30:00-04:00"` * `hierarchy_detail.partition_detail.table = "table1"`
46624662
*/
46634663
@com.google.api.client.util.Key
46644664
private java.lang.String filter;
@@ -4668,7 +4668,7 @@ public List setParent(java.lang.String parent) {
46684668
resource state: `latest_status_detail.state` * Last update time: `update_time` - RFC-3339 format *
46694669
Parent table name: `hierarchy_detail.partition_detail.table` Multiple filters can be applied using
46704670
the `AND/OR` operator. Examples: * `name="*123" AND (type="TABLE" OR
4671-
latest_status_detail.state="SUCCEEDED")` * `update_time >= "2012-04-21T11:30:00-04:00` *
4671+
latest_status_detail.state="SUCCEEDED")` * `update_time >= "2012-04-21T11:30:00-04:00"` *
46724672
`hierarchy_detail.partition_detail.table = "table1"`
46734673
*/
46744674
public java.lang.String getFilter() {
@@ -4683,7 +4683,7 @@ public java.lang.String getFilter() {
46834683
* `hierarchy_detail.partition_detail.table` Multiple filters can be applied using the
46844684
* `AND/OR` operator. Examples: * `name="*123" AND (type="TABLE" OR
46854685
* latest_status_detail.state="SUCCEEDED")` * `update_time >=
4686-
* "2012-04-21T11:30:00-04:00` * `hierarchy_detail.partition_detail.table = "table1"`
4686+
* "2012-04-21T11:30:00-04:00"` * `hierarchy_detail.partition_detail.table = "table1"`
46874687
*/
46884688
public List setFilter(java.lang.String filter) {
46894689
this.filter = filter;
@@ -7218,9 +7218,9 @@ public Get set(String parameterName, Object value) {
72187218
* optional parameters, call the {@link List#execute()} method to invoke the remote operation.
72197219
*
72207220
* @param parent Required. Name of transfer configuration for which transfer resources should be retrieved. The name
7221-
* should be in one of the following form: *
7222-
* `projects/{project_id}/transferConfigs/{config_id}` *
7223-
* `projects/{project_id}/locations/{location_id}/transferConfigs/{config_id}`
7221+
* should be in one of the following forms: *
7222+
* `projects/{project}/transferConfigs/{transfer_config}` *
7223+
* `projects/{project}/locations/{location_id}/transferConfigs/{transfer_config}`
72247224
* @return the request
72257225
*/
72267226
public List list(java.lang.String parent) throws java.io.IOException {
@@ -7248,9 +7248,9 @@ public class List extends BigQueryDataTransferRequest<com.google.api.services.bi
72487248
* called to initialize this instance immediately after invoking the constructor. </p>
72497249
*
72507250
* @param parent Required. Name of transfer configuration for which transfer resources should be retrieved. The name
7251-
* should be in one of the following form: *
7252-
* `projects/{project_id}/transferConfigs/{config_id}` *
7253-
* `projects/{project_id}/locations/{location_id}/transferConfigs/{config_id}`
7251+
* should be in one of the following forms: *
7252+
* `projects/{project}/transferConfigs/{transfer_config}` *
7253+
* `projects/{project}/locations/{location_id}/transferConfigs/{transfer_config}`
72547254
* @since 1.13
72557255
*/
72567256
protected List(java.lang.String parent) {
@@ -7330,26 +7330,26 @@ public List setUploadProtocol(java.lang.String uploadProtocol) {
73307330

73317331
/**
73327332
* Required. Name of transfer configuration for which transfer resources should be
7333-
* retrieved. The name should be in one of the following form: *
7334-
* `projects/{project_id}/transferConfigs/{config_id}` *
7335-
* `projects/{project_id}/locations/{location_id}/transferConfigs/{config_id}`
7333+
* retrieved. The name should be in one of the following forms: *
7334+
* `projects/{project}/transferConfigs/{transfer_config}` *
7335+
* `projects/{project}/locations/{location_id}/transferConfigs/{transfer_config}`
73367336
*/
73377337
@com.google.api.client.util.Key
73387338
private java.lang.String parent;
73397339

73407340
/** Required. Name of transfer configuration for which transfer resources should be retrieved. The name
7341-
should be in one of the following form: * `projects/{project_id}/transferConfigs/{config_id}` *
7342-
`projects/{project_id}/locations/{location_id}/transferConfigs/{config_id}`
7341+
should be in one of the following forms: * `projects/{project}/transferConfigs/{transfer_config}` *
7342+
`projects/{project}/locations/{location_id}/transferConfigs/{transfer_config}`
73437343
*/
73447344
public java.lang.String getParent() {
73457345
return parent;
73467346
}
73477347

73487348
/**
73497349
* Required. Name of transfer configuration for which transfer resources should be
7350-
* retrieved. The name should be in one of the following form: *
7351-
* `projects/{project_id}/transferConfigs/{config_id}` *
7352-
* `projects/{project_id}/locations/{location_id}/transferConfigs/{config_id}`
7350+
* retrieved. The name should be in one of the following forms: *
7351+
* `projects/{project}/transferConfigs/{transfer_config}` *
7352+
* `projects/{project}/locations/{location_id}/transferConfigs/{transfer_config}`
73537353
*/
73547354
public List setParent(java.lang.String parent) {
73557355
if (!getSuppressPatternChecks()) {
@@ -7368,7 +7368,7 @@ public List setParent(java.lang.String parent) {
73687368
* update time: `update_time` - RFC-3339 format * Parent table name:
73697369
* `hierarchy_detail.partition_detail.table` Multiple filters can be applied using the
73707370
* `AND/OR` operator. Examples: * `name="*123" AND (type="TABLE" OR
7371-
* latest_status_detail.state="SUCCEEDED")` * `update_time >= "2012-04-21T11:30:00-04:00`
7371+
* latest_status_detail.state="SUCCEEDED")` * `update_time >= "2012-04-21T11:30:00-04:00"`
73727372
* * `hierarchy_detail.partition_detail.table = "table1"`
73737373
*/
73747374
@com.google.api.client.util.Key
@@ -7379,7 +7379,7 @@ public List setParent(java.lang.String parent) {
73797379
resource state: `latest_status_detail.state` * Last update time: `update_time` - RFC-3339 format *
73807380
Parent table name: `hierarchy_detail.partition_detail.table` Multiple filters can be applied using
73817381
the `AND/OR` operator. Examples: * `name="*123" AND (type="TABLE" OR
7382-
latest_status_detail.state="SUCCEEDED")` * `update_time >= "2012-04-21T11:30:00-04:00` *
7382+
latest_status_detail.state="SUCCEEDED")` * `update_time >= "2012-04-21T11:30:00-04:00"` *
73837383
`hierarchy_detail.partition_detail.table = "table1"`
73847384
*/
73857385
public java.lang.String getFilter() {
@@ -7393,7 +7393,7 @@ public java.lang.String getFilter() {
73937393
* update time: `update_time` - RFC-3339 format * Parent table name:
73947394
* `hierarchy_detail.partition_detail.table` Multiple filters can be applied using the
73957395
* `AND/OR` operator. Examples: * `name="*123" AND (type="TABLE" OR
7396-
* latest_status_detail.state="SUCCEEDED")` * `update_time >= "2012-04-21T11:30:00-04:00`
7396+
* latest_status_detail.state="SUCCEEDED")` * `update_time >= "2012-04-21T11:30:00-04:00"`
73977397
* * `hierarchy_detail.partition_detail.table = "table1"`
73987398
*/
73997399
public List setFilter(java.lang.String filter) {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
package com.google.api.services.bigquerydatatransfer.v1.model;
1818

1919
/**
20-
* Response for the ListTransferResources RPC.
20+
* Response for the `ListTransferResources` RPC.
2121
*
2222
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
2323
* transmitted over HTTP when working with the BigQuery Data Transfer API. For a detailed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
package com.google.api.services.bigquerydatatransfer.v1.model;
1818

1919
/**
20-
* Resource(table/partition) that is being transferred.
20+
* Resource (table/partition) that is being transferred.
2121
*
2222
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
2323
* transmitted over HTTP when working with the BigQuery Data Transfer API. For a detailed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131
public final class TransferRunBrief extends com.google.api.client.json.GenericJson {
3232

3333
/**
34-
* Optional. Run URI. Format
35-
* projects/{project}/locations/{location}/transferConfigs/{config}/run/{run}
34+
* Optional. Run URI. The format must be:
35+
* `projects/{project}/locations/{location}/transferConfigs/{transfer_config}/run/{run}`
3636
* The value may be {@code null}.
3737
*/
3838
@com.google.api.client.util.Key
@@ -46,17 +46,17 @@ public final class TransferRunBrief extends com.google.api.client.json.GenericJs
4646
private String startTime;
4747

4848
/**
49-
* Optional. Run URI. Format
50-
* projects/{project}/locations/{location}/transferConfigs/{config}/run/{run}
49+
* Optional. Run URI. The format must be:
50+
* `projects/{project}/locations/{location}/transferConfigs/{transfer_config}/run/{run}`
5151
* @return value or {@code null} for none
5252
*/
5353
public java.lang.String getRun() {
5454
return run;
5555
}
5656

5757
/**
58-
* Optional. Run URI. Format
59-
* projects/{project}/locations/{location}/transferConfigs/{config}/run/{run}
58+
* Optional. Run URI. The format must be:
59+
* `projects/{project}/locations/{location}/transferConfigs/{transfer_config}/run/{run}`
6060
* @param run run or {@code null} for none
6161
*/
6262
public TransferRunBrief setRun(java.lang.String run) {

clients/google-api-services-bigquerydatatransfer/v1/2.0.0/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
<groupId>com.google.apis</groupId>
1010
<artifactId>google-api-services-bigquerydatatransfer</artifactId>
11-
<version>v1-rev20260320-2.0.0</version>
12-
<name>BigQuery Data Transfer API v1-rev20260320-2.0.0</name>
11+
<version>v1-rev20260406-2.0.0</version>
12+
<name>BigQuery Data Transfer API v1-rev20260406-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-bigquerydatatransfer/v1/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-rev20260320-2.0.0</version>
25+
<version>v1-rev20260406-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-rev20260320-2.0.0'
38+
implementation 'com.google.apis:google-api-services-bigquerydatatransfer:v1-rev20260406-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)