Skip to content

Commit 92e4657

Browse files
chore: regenerate bigquerydatatransfer client
1 parent 5ec85f7 commit 92e4657

File tree

4 files changed

+14
-8
lines changed

4 files changed

+14
-8
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-rev20260112-2.0.0</version>
25+
<version>v1-rev20260201-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-rev20260112-2.0.0'
38+
implementation 'com.google.apis:google-api-services-bigquerydatatransfer:v1-rev20260201-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: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1127,7 +1127,10 @@ public Get set(String parameterName, Object value) {
11271127
}
11281128
}
11291129
/**
1130-
* Lists information about the supported locations for this service.
1130+
* Lists information about the supported locations for this service. This method can be called in
1131+
* two ways: * **List all public locations:** Use the path `GET /v1/locations`. * **List project-
1132+
* visible locations:** Use the path `GET /v1/projects/{project_id}/locations`. This may include
1133+
* public locations as well as private or other locations specifically visible to the project.
11311134
*
11321135
* Create a request for the method "locations.list".
11331136
*
@@ -1151,7 +1154,10 @@ public class List extends BigQueryDataTransferRequest<com.google.api.services.bi
11511154
java.util.regex.Pattern.compile("^projects/[^/]+$");
11521155

11531156
/**
1154-
* Lists information about the supported locations for this service.
1157+
* Lists information about the supported locations for this service. This method can be called in
1158+
* two ways: * **List all public locations:** Use the path `GET /v1/locations`. * **List project-
1159+
* visible locations:** Use the path `GET /v1/projects/{project_id}/locations`. This may include
1160+
* public locations as well as private or other locations specifically visible to the project.
11551161
*
11561162
* Create a request for the method "locations.list".
11571163
*

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-rev20260112-2.0.0</version>
12-
<name>BigQuery Data Transfer API v1-rev20260112-2.0.0</name>
11+
<version>v1-rev20260201-2.0.0</version>
12+
<name>BigQuery Data Transfer API v1-rev20260201-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-rev20260112-2.0.0</version>
25+
<version>v1-rev20260201-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-rev20260112-2.0.0'
38+
implementation 'com.google.apis:google-api-services-bigquerydatatransfer:v1-rev20260201-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)