Skip to content

Commit 8abe56b

Browse files
chore: regenerate bigquerydatatransfer client
1 parent 38c1764 commit 8abe56b

File tree

4 files changed

+16
-11
lines changed

4 files changed

+16
-11
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: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ public class BigQueryDataTransfer extends com.google.api.client.googleapis.servi
103103
* {@code com.google.api.client.extensions.appengine.http.UrlFetchTransport}</li>
104104
* <li>Android: {@code newCompatibleTransport} from
105105
* {@code com.google.api.client.extensions.android.http.AndroidHttp}</li>
106-
* <li>Java: {@link com.google.api.client.googleapis.javanet.GoogleNetHttpTransport#newTrustedTransport()}
106+
* <li>Java: {@code com.google.api.client.http.javanet.NetHttpTransport}</li>
107107
* </li>
108108
* </ul>
109109
* @param jsonFactory JSON factory, which may be:
@@ -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
*
@@ -6623,8 +6629,7 @@ private static String chooseEndpoint(com.google.api.client.http.HttpTransport tr
66236629
* {@code com.google.api.client.extensions.appengine.http.UrlFetchTransport}</li>
66246630
* <li>Android: {@code newCompatibleTransport} from
66256631
* {@code com.google.api.client.extensions.android.http.AndroidHttp}</li>
6626-
* <li>Java: {@link com.google.api.client.googleapis.javanet.GoogleNetHttpTransport#newTrustedTransport()}
6627-
* </li>
6632+
* <li>Java: {@code com.google.api.client.http.javanet.NetHttpTransport}</li>
66286633
* </ul>
66296634
* @param jsonFactory JSON factory, which may be:
66306635
* <ul>

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)