Skip to content

Commit f57458d

Browse files
1 parent 4b4a17d commit f57458d

File tree

8 files changed

+167
-18
lines changed

8 files changed

+167
-18
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-rev20251001-2.0.0</version>
25+
<version>v1-rev20251003-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-rev20251001-2.0.0'
38+
implementation 'com.google.apis:google-api-services-dataproc:v1-rev20251003-2.0.0'
3939
}
4040
```
4141

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

Lines changed: 68 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7281,6 +7281,40 @@ public List setPageToken(java.lang.String pageToken) {
72817281
return this;
72827282
}
72837283

7284+
/**
7285+
* When set to true, operations that are reachable are returned as normal, and those that
7286+
* are unreachable are returned in the ListOperationsResponse.unreachable field.This can
7287+
* only be true when reading across collections e.g. when parent is set to
7288+
* "projects/example/locations/-".This field is not by default supported and will result
7289+
* in an UNIMPLEMENTED error if set unless explicitly documented otherwise in service or
7290+
* product specific documentation.
7291+
*/
7292+
@com.google.api.client.util.Key
7293+
private java.lang.Boolean returnPartialSuccess;
7294+
7295+
/** When set to true, operations that are reachable are returned as normal, and those that are
7296+
unreachable are returned in the ListOperationsResponse.unreachable field.This can only be true when
7297+
reading across collections e.g. when parent is set to "projects/example/locations/-".This field is
7298+
not by default supported and will result in an UNIMPLEMENTED error if set unless explicitly
7299+
documented otherwise in service or product specific documentation.
7300+
*/
7301+
public java.lang.Boolean getReturnPartialSuccess() {
7302+
return returnPartialSuccess;
7303+
}
7304+
7305+
/**
7306+
* When set to true, operations that are reachable are returned as normal, and those that
7307+
* are unreachable are returned in the ListOperationsResponse.unreachable field.This can
7308+
* only be true when reading across collections e.g. when parent is set to
7309+
* "projects/example/locations/-".This field is not by default supported and will result
7310+
* in an UNIMPLEMENTED error if set unless explicitly documented otherwise in service or
7311+
* product specific documentation.
7312+
*/
7313+
public List setReturnPartialSuccess(java.lang.Boolean returnPartialSuccess) {
7314+
this.returnPartialSuccess = returnPartialSuccess;
7315+
return this;
7316+
}
7317+
72847318
@Override
72857319
public List set(String parameterName, Object value) {
72867320
return (List) super.set(parameterName, value);
@@ -21931,6 +21965,40 @@ public List setPageToken(java.lang.String pageToken) {
2193121965
return this;
2193221966
}
2193321967

21968+
/**
21969+
* When set to true, operations that are reachable are returned as normal, and those that
21970+
* are unreachable are returned in the ListOperationsResponse.unreachable field.This can
21971+
* only be true when reading across collections e.g. when parent is set to
21972+
* "projects/example/locations/-".This field is not by default supported and will result
21973+
* in an UNIMPLEMENTED error if set unless explicitly documented otherwise in service or
21974+
* product specific documentation.
21975+
*/
21976+
@com.google.api.client.util.Key
21977+
private java.lang.Boolean returnPartialSuccess;
21978+
21979+
/** When set to true, operations that are reachable are returned as normal, and those that are
21980+
unreachable are returned in the ListOperationsResponse.unreachable field.This can only be true when
21981+
reading across collections e.g. when parent is set to "projects/example/locations/-".This field is
21982+
not by default supported and will result in an UNIMPLEMENTED error if set unless explicitly
21983+
documented otherwise in service or product specific documentation.
21984+
*/
21985+
public java.lang.Boolean getReturnPartialSuccess() {
21986+
return returnPartialSuccess;
21987+
}
21988+
21989+
/**
21990+
* When set to true, operations that are reachable are returned as normal, and those that
21991+
* are unreachable are returned in the ListOperationsResponse.unreachable field.This can
21992+
* only be true when reading across collections e.g. when parent is set to
21993+
* "projects/example/locations/-".This field is not by default supported and will result
21994+
* in an UNIMPLEMENTED error if set unless explicitly documented otherwise in service or
21995+
* product specific documentation.
21996+
*/
21997+
public List setReturnPartialSuccess(java.lang.Boolean returnPartialSuccess) {
21998+
this.returnPartialSuccess = returnPartialSuccess;
21999+
return this;
22000+
}
22001+
2193422002
@Override
2193522003
public List set(String parameterName, Object value) {
2193622004
return (List) super.set(parameterName, value);

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ public final class GceClusterConfig extends com.google.api.client.json.GenericJs
9797
/**
9898
* Optional. Resource manager tags (https://cloud.google.com/resource-manager/docs/tags/tags-
9999
* creating-and-managing) to add to all instances (see Use secure tags in Dataproc
100-
* (https://cloud.google.com/dataproc/docs/guides/attach-secure-tags)).
100+
* (https://cloud.google.com/dataproc/docs/guides/use-secure-tags)).
101101
* The value may be {@code null}.
102102
*/
103103
@com.google.api.client.util.Key
@@ -321,7 +321,7 @@ public GceClusterConfig setReservationAffinity(ReservationAffinity reservationAf
321321
/**
322322
* Optional. Resource manager tags (https://cloud.google.com/resource-manager/docs/tags/tags-
323323
* creating-and-managing) to add to all instances (see Use secure tags in Dataproc
324-
* (https://cloud.google.com/dataproc/docs/guides/attach-secure-tags)).
324+
* (https://cloud.google.com/dataproc/docs/guides/use-secure-tags)).
325325
* @return value or {@code null} for none
326326
*/
327327
public java.util.Map<String, java.lang.String> getResourceManagerTags() {
@@ -331,7 +331,7 @@ public java.util.Map<String, java.lang.String> getResourceManagerTags() {
331331
/**
332332
* Optional. Resource manager tags (https://cloud.google.com/resource-manager/docs/tags/tags-
333333
* creating-and-managing) to add to all instances (see Use secure tags in Dataproc
334-
* (https://cloud.google.com/dataproc/docs/guides/attach-secure-tags)).
334+
* (https://cloud.google.com/dataproc/docs/guides/use-secure-tags)).
335335
* @param resourceManagerTags resourceManagerTags or {@code null} for none
336336
*/
337337
public GceClusterConfig setResourceManagerTags(java.util.Map<String, java.lang.String> resourceManagerTags) {

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

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,15 @@ public final class ListOperationsResponse extends com.google.api.client.json.Gen
4343
@com.google.api.client.util.Key
4444
private java.util.List<Operation> operations;
4545

46+
/**
47+
* Unordered list. Unreachable resources. Populated when the request sets
48+
* ListOperationsRequest.return_partial_success and reads across collections e.g. when attempting
49+
* to list all resources across all supported locations.
50+
* The value may be {@code null}.
51+
*/
52+
@com.google.api.client.util.Key
53+
private java.util.List<java.lang.String> unreachable;
54+
4655
/**
4756
* The standard List next-page token.
4857
* @return value or {@code null} for none
@@ -77,6 +86,27 @@ public ListOperationsResponse setOperations(java.util.List<Operation> operations
7786
return this;
7887
}
7988

89+
/**
90+
* Unordered list. Unreachable resources. Populated when the request sets
91+
* ListOperationsRequest.return_partial_success and reads across collections e.g. when attempting
92+
* to list all resources across all supported locations.
93+
* @return value or {@code null} for none
94+
*/
95+
public java.util.List<java.lang.String> getUnreachable() {
96+
return unreachable;
97+
}
98+
99+
/**
100+
* Unordered list. Unreachable resources. Populated when the request sets
101+
* ListOperationsRequest.return_partial_success and reads across collections e.g. when attempting
102+
* to list all resources across all supported locations.
103+
* @param unreachable unreachable or {@code null} for none
104+
*/
105+
public ListOperationsResponse setUnreachable(java.util.List<java.lang.String> unreachable) {
106+
this.unreachable = unreachable;
107+
return this;
108+
}
109+
80110
@Override
81111
public ListOperationsResponse set(String fieldName, Object value) {
82112
return (ListOperationsResponse) super.set(fieldName, value);

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

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,15 @@
3030
public final class UsageMetrics extends com.google.api.client.json.GenericJson {
3131

3232
/**
33-
* Optional. Accelerator type being used, if any
33+
* Optional. DEPRECATED Accelerator type being used, if any
3434
* The value may be {@code null}.
3535
*/
3636
@com.google.api.client.util.Key
3737
private java.lang.String acceleratorType;
3838

3939
/**
40-
* Optional. Accelerator usage in (milliAccelerator x seconds) (see Dataproc Serverless pricing
41-
* (https://cloud.google.com/dataproc-serverless/pricing)).
40+
* Optional. DEPRECATED Accelerator usage in (milliAccelerator x seconds) (see Dataproc Serverless
41+
* pricing (https://cloud.google.com/dataproc-serverless/pricing)).
4242
* The value may be {@code null}.
4343
*/
4444
@com.google.api.client.util.Key @com.google.api.client.json.JsonString
@@ -68,15 +68,15 @@ public final class UsageMetrics extends com.google.api.client.json.GenericJson {
6868
private String updateTime;
6969

7070
/**
71-
* Optional. Accelerator type being used, if any
71+
* Optional. DEPRECATED Accelerator type being used, if any
7272
* @return value or {@code null} for none
7373
*/
7474
public java.lang.String getAcceleratorType() {
7575
return acceleratorType;
7676
}
7777

7878
/**
79-
* Optional. Accelerator type being used, if any
79+
* Optional. DEPRECATED Accelerator type being used, if any
8080
* @param acceleratorType acceleratorType or {@code null} for none
8181
*/
8282
public UsageMetrics setAcceleratorType(java.lang.String acceleratorType) {
@@ -85,17 +85,17 @@ public UsageMetrics setAcceleratorType(java.lang.String acceleratorType) {
8585
}
8686

8787
/**
88-
* Optional. Accelerator usage in (milliAccelerator x seconds) (see Dataproc Serverless pricing
89-
* (https://cloud.google.com/dataproc-serverless/pricing)).
88+
* Optional. DEPRECATED Accelerator usage in (milliAccelerator x seconds) (see Dataproc Serverless
89+
* pricing (https://cloud.google.com/dataproc-serverless/pricing)).
9090
* @return value or {@code null} for none
9191
*/
9292
public java.lang.Long getMilliAcceleratorSeconds() {
9393
return milliAcceleratorSeconds;
9494
}
9595

9696
/**
97-
* Optional. Accelerator usage in (milliAccelerator x seconds) (see Dataproc Serverless pricing
98-
* (https://cloud.google.com/dataproc-serverless/pricing)).
97+
* Optional. DEPRECATED Accelerator usage in (milliAccelerator x seconds) (see Dataproc Serverless
98+
* pricing (https://cloud.google.com/dataproc-serverless/pricing)).
9999
* @param milliAcceleratorSeconds milliAcceleratorSeconds or {@code null} for none
100100
*/
101101
public UsageMetrics setMilliAcceleratorSeconds(java.lang.Long milliAcceleratorSeconds) {

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

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,13 @@
3131
@SuppressWarnings("javadoc")
3232
public final class YarnApplication extends com.google.api.client.json.GenericJson {
3333

34+
/**
35+
* Optional. The cumulative memory usage of the application for a job, measured in mb-seconds.
36+
* The value may be {@code null}.
37+
*/
38+
@com.google.api.client.util.Key @com.google.api.client.json.JsonString
39+
private java.lang.Long memoryMbSeconds;
40+
3441
/**
3542
* Required. The application name.
3643
* The value may be {@code null}.
@@ -61,6 +68,31 @@ public final class YarnApplication extends com.google.api.client.json.GenericJso
6168
@com.google.api.client.util.Key
6269
private java.lang.String trackingUrl;
6370

71+
/**
72+
* Optional. The cumulative CPU time consumed by the application for a job, measured in vcore-
73+
* seconds.
74+
* The value may be {@code null}.
75+
*/
76+
@com.google.api.client.util.Key @com.google.api.client.json.JsonString
77+
private java.lang.Long vcoreSeconds;
78+
79+
/**
80+
* Optional. The cumulative memory usage of the application for a job, measured in mb-seconds.
81+
* @return value or {@code null} for none
82+
*/
83+
public java.lang.Long getMemoryMbSeconds() {
84+
return memoryMbSeconds;
85+
}
86+
87+
/**
88+
* Optional. The cumulative memory usage of the application for a job, measured in mb-seconds.
89+
* @param memoryMbSeconds memoryMbSeconds or {@code null} for none
90+
*/
91+
public YarnApplication setMemoryMbSeconds(java.lang.Long memoryMbSeconds) {
92+
this.memoryMbSeconds = memoryMbSeconds;
93+
return this;
94+
}
95+
6496
/**
6597
* Required. The application name.
6698
* @return value or {@code null} for none
@@ -133,6 +165,25 @@ public YarnApplication setTrackingUrl(java.lang.String trackingUrl) {
133165
return this;
134166
}
135167

168+
/**
169+
* Optional. The cumulative CPU time consumed by the application for a job, measured in vcore-
170+
* seconds.
171+
* @return value or {@code null} for none
172+
*/
173+
public java.lang.Long getVcoreSeconds() {
174+
return vcoreSeconds;
175+
}
176+
177+
/**
178+
* Optional. The cumulative CPU time consumed by the application for a job, measured in vcore-
179+
* seconds.
180+
* @param vcoreSeconds vcoreSeconds or {@code null} for none
181+
*/
182+
public YarnApplication setVcoreSeconds(java.lang.Long vcoreSeconds) {
183+
this.vcoreSeconds = vcoreSeconds;
184+
return this;
185+
}
186+
136187
@Override
137188
public YarnApplication set(String fieldName, Object value) {
138189
return (YarnApplication) super.set(fieldName, value);

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-rev20251001-2.0.0</version>
12-
<name>Cloud Dataproc API v1-rev20251001-2.0.0</name>
11+
<version>v1-rev20251003-2.0.0</version>
12+
<name>Cloud Dataproc API v1-rev20251003-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-rev20251001-2.0.0</version>
25+
<version>v1-rev20251003-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-rev20251001-2.0.0'
38+
implementation 'com.google.apis:google-api-services-dataproc:v1-rev20251003-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)