Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions clients/google-api-services-dataproc/v1/2.0.0/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-dataproc</artifactId>
<version>v1-rev20260122-2.0.0</version>
<version>v1-rev20260204-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
implementation 'com.google.apis:google-api-services-dataproc:v1-rev20260122-2.0.0'
implementation 'com.google.apis:google-api-services-dataproc:v1-rev20260204-2.0.0'
}
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ public class Dataproc extends com.google.api.client.googleapis.services.json.Abs
* {@code com.google.api.client.extensions.appengine.http.UrlFetchTransport}</li>
* <li>Android: {@code newCompatibleTransport} from
* {@code com.google.api.client.extensions.android.http.AndroidHttp}</li>
* <li>Java: {@link com.google.api.client.googleapis.javanet.GoogleNetHttpTransport#newTrustedTransport()}
* <li>Java: {@code com.google.api.client.http.javanet.NetHttpTransport}</li>
* </li>
* </ul>
* @param jsonFactory JSON factory, which may be:
Expand Down Expand Up @@ -1824,35 +1824,31 @@ public Create setBatchId(java.lang.String batchId) {

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

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

/**
* Optional. A unique ID used to identify the request. If the service receives two
* CreateBatchRequest (https://cloud.google.com/dataproc/docs/reference/rpc/google.cloud.d
* ataproc.v1#google.cloud.dataproc.v1.CreateBatchRequest)s with the same request_id, the
* second request is ignored and the Operation that corresponds to the first Batch created
* and stored in the backend is returned.Recommendation: Set this value to a UUID
* CreateBatchRequests with the same request_id, the second request is ignored and the
* operation that corresponds to the first Batch created and stored in the backend is
* returned.Recommendation: Set this value to a UUID
* (https://en.wikipedia.org/wiki/Universally_unique_identifier).The value must contain
* only letters (a-z, A-Z), numbers (0-9), underscores (_), and hyphens (-). The maximum
* length is 40 characters.
Expand Down Expand Up @@ -24106,8 +24102,7 @@ private static String chooseEndpoint(com.google.api.client.http.HttpTransport tr
* {@code com.google.api.client.extensions.appengine.http.UrlFetchTransport}</li>
* <li>Android: {@code newCompatibleTransport} from
* {@code com.google.api.client.extensions.android.http.AndroidHttp}</li>
* <li>Java: {@link com.google.api.client.googleapis.javanet.GoogleNetHttpTransport#newTrustedTransport()}
* </li>
* <li>Java: {@code com.google.api.client.http.javanet.NetHttpTransport}</li>
* </ul>
* @param jsonFactory JSON factory, which may be:
* <ul>
Expand Down
4 changes: 2 additions & 2 deletions clients/google-api-services-dataproc/v1/2.0.0/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@

<groupId>com.google.apis</groupId>
<artifactId>google-api-services-dataproc</artifactId>
<version>v1-rev20260122-2.0.0</version>
<name>Cloud Dataproc API v1-rev20260122-2.0.0</name>
<version>v1-rev20260204-2.0.0</version>
<name>Cloud Dataproc API v1-rev20260204-2.0.0</name>
<packaging>jar</packaging>

<inceptionYear>2011</inceptionYear>
Expand Down
4 changes: 2 additions & 2 deletions clients/google-api-services-dataproc/v1/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-dataproc</artifactId>
<version>v1-rev20260122-2.0.0</version>
<version>v1-rev20260204-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
implementation 'com.google.apis:google-api-services-dataproc:v1-rev20260122-2.0.0'
implementation 'com.google.apis:google-api-services-dataproc:v1-rev20260204-2.0.0'
}
```

Expand Down
Loading