Skip to content

Commit 72cb354

Browse files
chore: regenerate dataproc client
1 parent 38c1764 commit 72cb354

File tree

4 files changed

+19
-24
lines changed

4 files changed

+19
-24
lines changed

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

clients/google-api-services-dataproc/v1/2.0.0/com/google/api/services/dataproc/Dataproc.java

Lines changed: 13 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ public class Dataproc extends com.google.api.client.googleapis.services.json.Abs
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:
@@ -1824,35 +1824,31 @@ public Create setBatchId(java.lang.String batchId) {
18241824

18251825
/**
18261826
* Optional. A unique ID used to identify the request. If the service receives two
1827-
* CreateBatchRequest (https://cloud.google.com/dataproc/docs/reference/rpc/google.cloud.d
1828-
* ataproc.v1#google.cloud.dataproc.v1.CreateBatchRequest)s with the same request_id, the
1829-
* second request is ignored and the Operation that corresponds to the first Batch created
1830-
* and stored in the backend is returned.Recommendation: Set this value to a UUID
1827+
* CreateBatchRequests with the same request_id, the second request is ignored and the
1828+
* operation that corresponds to the first Batch created and stored in the backend is
1829+
* returned.Recommendation: Set this value to a UUID
18311830
* (https://en.wikipedia.org/wiki/Universally_unique_identifier).The value must contain
18321831
* only letters (a-z, A-Z), numbers (0-9), underscores (_), and hyphens (-). The maximum
18331832
* length is 40 characters.
18341833
*/
18351834
@com.google.api.client.util.Key
18361835
private java.lang.String requestId;
18371836

1838-
/** Optional. A unique ID used to identify the request. If the service receives two CreateBatchRequest
1839-
(https://cloud.google.com/dataproc/docs/reference/rpc/google.cloud.dataproc.v1#google.cloud.datapro
1840-
c.v1.CreateBatchRequest)s with the same request_id, the second request is ignored and the Operation
1841-
that corresponds to the first Batch created and stored in the backend is returned.Recommendation:
1842-
Set this value to a UUID (https://en.wikipedia.org/wiki/Universally_unique_identifier).The value
1843-
must contain only letters (a-z, A-Z), numbers (0-9), underscores (_), and hyphens (-). The maximum
1844-
length is 40 characters.
1837+
/** Optional. A unique ID used to identify the request. If the service receives two CreateBatchRequests
1838+
with the same request_id, the second request is ignored and the operation that corresponds to the
1839+
first Batch created and stored in the backend is returned.Recommendation: Set this value to a UUID
1840+
(https://en.wikipedia.org/wiki/Universally_unique_identifier).The value must contain only letters
1841+
(a-z, A-Z), numbers (0-9), underscores (_), and hyphens (-). The maximum length is 40 characters.
18451842
*/
18461843
public java.lang.String getRequestId() {
18471844
return requestId;
18481845
}
18491846

18501847
/**
18511848
* Optional. A unique ID used to identify the request. If the service receives two
1852-
* CreateBatchRequest (https://cloud.google.com/dataproc/docs/reference/rpc/google.cloud.d
1853-
* ataproc.v1#google.cloud.dataproc.v1.CreateBatchRequest)s with the same request_id, the
1854-
* second request is ignored and the Operation that corresponds to the first Batch created
1855-
* and stored in the backend is returned.Recommendation: Set this value to a UUID
1849+
* CreateBatchRequests with the same request_id, the second request is ignored and the
1850+
* operation that corresponds to the first Batch created and stored in the backend is
1851+
* returned.Recommendation: Set this value to a UUID
18561852
* (https://en.wikipedia.org/wiki/Universally_unique_identifier).The value must contain
18571853
* only letters (a-z, A-Z), numbers (0-9), underscores (_), and hyphens (-). The maximum
18581854
* length is 40 characters.
@@ -24106,8 +24102,7 @@ private static String chooseEndpoint(com.google.api.client.http.HttpTransport tr
2410624102
* {@code com.google.api.client.extensions.appengine.http.UrlFetchTransport}</li>
2410724103
* <li>Android: {@code newCompatibleTransport} from
2410824104
* {@code com.google.api.client.extensions.android.http.AndroidHttp}</li>
24109-
* <li>Java: {@link com.google.api.client.googleapis.javanet.GoogleNetHttpTransport#newTrustedTransport()}
24110-
* </li>
24105+
* <li>Java: {@code com.google.api.client.http.javanet.NetHttpTransport}</li>
2411124106
* </ul>
2411224107
* @param jsonFactory JSON factory, which may be:
2411324108
* <ul>

clients/google-api-services-dataproc/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-dataproc</artifactId>
11-
<version>v1-rev20260122-2.0.0</version>
12-
<name>Cloud Dataproc API v1-rev20260122-2.0.0</name>
11+
<version>v1-rev20260204-2.0.0</version>
12+
<name>Cloud Dataproc API v1-rev20260204-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

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

0 commit comments

Comments
 (0)