Skip to content
Merged
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-rev20260501-2.0.0</version>
<version>v1-rev20260509-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-rev20260501-2.0.0'
implementation 'com.google.apis:google-api-services-dataproc:v1-rev20260509-2.0.0'
}
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,20 +30,46 @@
public final class UsageMetrics extends com.google.api.client.json.GenericJson {

/**
* Optional. DEPRECATED Accelerator type being used, if any
* Optional. Accelerator type being used, if any Deprecated: This field is only used in runtime
* versions below 3.0.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.String acceleratorType;

/**
* Optional. DEPRECATED Accelerator usage in (milliAccelerator x seconds) (see Dataproc Serverless
* pricing (https://cloud.google.com/dataproc-serverless/pricing)).
* Optional. Accelerator usage in (milliAccelerator x seconds) (see Dataproc Serverless pricing
* (https://cloud.google.com/dataproc-serverless/pricing)). Deprecated: This field is only used in
* runtime versions below 3.0.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key @com.google.api.client.json.JsonString
private java.lang.Long milliAcceleratorSeconds;

/**
* Optional. A100-40 accelerator usage in (milliAccelerator x seconds) (see Dataproc Serverless
* pricing (https://cloud.google.com/dataproc-serverless/pricing)).
* The value may be {@code null}.
*/
@com.google.api.client.util.Key @com.google.api.client.json.JsonString
private java.lang.Long milliAcceleratorSecondsA10040;

/**
* Optional. A100-80 accelerator usage in (milliAccelerator x seconds) (see Dataproc Serverless
* pricing (https://cloud.google.com/dataproc-serverless/pricing)).
* The value may be {@code null}.
*/
@com.google.api.client.util.Key @com.google.api.client.json.JsonString
private java.lang.Long milliAcceleratorSecondsA10080;

/**
* Optional. L4 accelerator usage in (milliAccelerator x seconds) (see Dataproc Serverless pricing
* (https://cloud.google.com/dataproc-serverless/pricing)).
* The value may be {@code null}.
*/
@com.google.api.client.util.Key @com.google.api.client.json.JsonString
private java.lang.Long milliAcceleratorSecondsL4;

/**
* Optional. DCU (Dataproc Compute Units) usage in (milliDCU x seconds) (see Dataproc Serverless
* pricing (https://cloud.google.com/dataproc-serverless/pricing)).
Expand All @@ -68,15 +94,17 @@ public final class UsageMetrics extends com.google.api.client.json.GenericJson {
private String updateTime;

/**
* Optional. DEPRECATED Accelerator type being used, if any
* Optional. Accelerator type being used, if any Deprecated: This field is only used in runtime
* versions below 3.0.
* @return value or {@code null} for none
*/
public java.lang.String getAcceleratorType() {
return acceleratorType;
}

/**
* Optional. DEPRECATED Accelerator type being used, if any
* Optional. Accelerator type being used, if any Deprecated: This field is only used in runtime
* versions below 3.0.
* @param acceleratorType acceleratorType or {@code null} for none
*/
public UsageMetrics setAcceleratorType(java.lang.String acceleratorType) {
Expand All @@ -85,24 +113,83 @@ public UsageMetrics setAcceleratorType(java.lang.String acceleratorType) {
}

/**
* Optional. DEPRECATED Accelerator usage in (milliAccelerator x seconds) (see Dataproc Serverless
* pricing (https://cloud.google.com/dataproc-serverless/pricing)).
* Optional. Accelerator usage in (milliAccelerator x seconds) (see Dataproc Serverless pricing
* (https://cloud.google.com/dataproc-serverless/pricing)). Deprecated: This field is only used in
* runtime versions below 3.0.
* @return value or {@code null} for none
*/
public java.lang.Long getMilliAcceleratorSeconds() {
return milliAcceleratorSeconds;
}

/**
* Optional. DEPRECATED Accelerator usage in (milliAccelerator x seconds) (see Dataproc Serverless
* pricing (https://cloud.google.com/dataproc-serverless/pricing)).
* Optional. Accelerator usage in (milliAccelerator x seconds) (see Dataproc Serverless pricing
* (https://cloud.google.com/dataproc-serverless/pricing)). Deprecated: This field is only used in
* runtime versions below 3.0.
* @param milliAcceleratorSeconds milliAcceleratorSeconds or {@code null} for none
*/
public UsageMetrics setMilliAcceleratorSeconds(java.lang.Long milliAcceleratorSeconds) {
this.milliAcceleratorSeconds = milliAcceleratorSeconds;
return this;
}

/**
* Optional. A100-40 accelerator usage in (milliAccelerator x seconds) (see Dataproc Serverless
* pricing (https://cloud.google.com/dataproc-serverless/pricing)).
* @return value or {@code null} for none
*/
public java.lang.Long getMilliAcceleratorSecondsA10040() {
return milliAcceleratorSecondsA10040;
}

/**
* Optional. A100-40 accelerator usage in (milliAccelerator x seconds) (see Dataproc Serverless
* pricing (https://cloud.google.com/dataproc-serverless/pricing)).
* @param milliAcceleratorSecondsA10040 milliAcceleratorSecondsA10040 or {@code null} for none
*/
public UsageMetrics setMilliAcceleratorSecondsA10040(java.lang.Long milliAcceleratorSecondsA10040) {
this.milliAcceleratorSecondsA10040 = milliAcceleratorSecondsA10040;
return this;
}

/**
* Optional. A100-80 accelerator usage in (milliAccelerator x seconds) (see Dataproc Serverless
* pricing (https://cloud.google.com/dataproc-serverless/pricing)).
* @return value or {@code null} for none
*/
public java.lang.Long getMilliAcceleratorSecondsA10080() {
return milliAcceleratorSecondsA10080;
}

/**
* Optional. A100-80 accelerator usage in (milliAccelerator x seconds) (see Dataproc Serverless
* pricing (https://cloud.google.com/dataproc-serverless/pricing)).
* @param milliAcceleratorSecondsA10080 milliAcceleratorSecondsA10080 or {@code null} for none
*/
public UsageMetrics setMilliAcceleratorSecondsA10080(java.lang.Long milliAcceleratorSecondsA10080) {
this.milliAcceleratorSecondsA10080 = milliAcceleratorSecondsA10080;
return this;
}

/**
* Optional. L4 accelerator usage in (milliAccelerator x seconds) (see Dataproc Serverless pricing
* (https://cloud.google.com/dataproc-serverless/pricing)).
* @return value or {@code null} for none
*/
public java.lang.Long getMilliAcceleratorSecondsL4() {
return milliAcceleratorSecondsL4;
}

/**
* Optional. L4 accelerator usage in (milliAccelerator x seconds) (see Dataproc Serverless pricing
* (https://cloud.google.com/dataproc-serverless/pricing)).
* @param milliAcceleratorSecondsL4 milliAcceleratorSecondsL4 or {@code null} for none
*/
public UsageMetrics setMilliAcceleratorSecondsL4(java.lang.Long milliAcceleratorSecondsL4) {
this.milliAcceleratorSecondsL4 = milliAcceleratorSecondsL4;
return this;
}

/**
* Optional. DCU (Dataproc Compute Units) usage in (milliDCU x seconds) (see Dataproc Serverless
* pricing (https://cloud.google.com/dataproc-serverless/pricing)).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,20 +30,46 @@
public final class UsageSnapshot extends com.google.api.client.json.GenericJson {

/**
* Optional. Accelerator type being used, if any
* Optional. Accelerator type being used, if any Deprecated: This field is only used in runtime
* versions below 3.0.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.String acceleratorType;

/**
* Optional. Milli (one-thousandth) accelerator. (see Dataproc Serverless pricing
* (https://cloud.google.com/dataproc-serverless/pricing))
* (https://cloud.google.com/dataproc-serverless/pricing)) Deprecated: This field is only used in
* runtime versions below 3.0.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key @com.google.api.client.json.JsonString
private java.lang.Long milliAccelerator;

/**
* Optional. Milli (one-thousandth) accelerator for A100-40 accelerators. (see Dataproc Serverless
* pricing (https://cloud.google.com/dataproc-serverless/pricing))
* The value may be {@code null}.
*/
@com.google.api.client.util.Key @com.google.api.client.json.JsonString
private java.lang.Long milliAcceleratorA10040;

/**
* Optional. Milli (one-thousandth) accelerator for A100-80 accelerators. (see Dataproc Serverless
* pricing (https://cloud.google.com/dataproc-serverless/pricing))
* The value may be {@code null}.
*/
@com.google.api.client.util.Key @com.google.api.client.json.JsonString
private java.lang.Long milliAcceleratorA10080;

/**
* Optional. Milli (one-thousandth) accelerator for L4 accelerators. (see Dataproc Serverless
* pricing (https://cloud.google.com/dataproc-serverless/pricing))
* The value may be {@code null}.
*/
@com.google.api.client.util.Key @com.google.api.client.json.JsonString
private java.lang.Long milliAcceleratorL4;

/**
* Optional. Milli (one-thousandth) Dataproc Compute Units (DCUs) (see Dataproc Serverless pricing
* (https://cloud.google.com/dataproc-serverless/pricing)).
Expand Down Expand Up @@ -84,15 +110,17 @@ public final class UsageSnapshot extends com.google.api.client.json.GenericJson
private String snapshotTime;

/**
* Optional. Accelerator type being used, if any
* Optional. Accelerator type being used, if any Deprecated: This field is only used in runtime
* versions below 3.0.
* @return value or {@code null} for none
*/
public java.lang.String getAcceleratorType() {
return acceleratorType;
}

/**
* Optional. Accelerator type being used, if any
* Optional. Accelerator type being used, if any Deprecated: This field is only used in runtime
* versions below 3.0.
* @param acceleratorType acceleratorType or {@code null} for none
*/
public UsageSnapshot setAcceleratorType(java.lang.String acceleratorType) {
Expand All @@ -102,7 +130,8 @@ public UsageSnapshot setAcceleratorType(java.lang.String acceleratorType) {

/**
* Optional. Milli (one-thousandth) accelerator. (see Dataproc Serverless pricing
* (https://cloud.google.com/dataproc-serverless/pricing))
* (https://cloud.google.com/dataproc-serverless/pricing)) Deprecated: This field is only used in
* runtime versions below 3.0.
* @return value or {@code null} for none
*/
public java.lang.Long getMilliAccelerator() {
Expand All @@ -111,14 +140,72 @@ public java.lang.Long getMilliAccelerator() {

/**
* Optional. Milli (one-thousandth) accelerator. (see Dataproc Serverless pricing
* (https://cloud.google.com/dataproc-serverless/pricing))
* (https://cloud.google.com/dataproc-serverless/pricing)) Deprecated: This field is only used in
* runtime versions below 3.0.
* @param milliAccelerator milliAccelerator or {@code null} for none
*/
public UsageSnapshot setMilliAccelerator(java.lang.Long milliAccelerator) {
this.milliAccelerator = milliAccelerator;
return this;
}

/**
* Optional. Milli (one-thousandth) accelerator for A100-40 accelerators. (see Dataproc Serverless
* pricing (https://cloud.google.com/dataproc-serverless/pricing))
* @return value or {@code null} for none
*/
public java.lang.Long getMilliAcceleratorA10040() {
return milliAcceleratorA10040;
}

/**
* Optional. Milli (one-thousandth) accelerator for A100-40 accelerators. (see Dataproc Serverless
* pricing (https://cloud.google.com/dataproc-serverless/pricing))
* @param milliAcceleratorA10040 milliAcceleratorA10040 or {@code null} for none
*/
public UsageSnapshot setMilliAcceleratorA10040(java.lang.Long milliAcceleratorA10040) {
this.milliAcceleratorA10040 = milliAcceleratorA10040;
return this;
}

/**
* Optional. Milli (one-thousandth) accelerator for A100-80 accelerators. (see Dataproc Serverless
* pricing (https://cloud.google.com/dataproc-serverless/pricing))
* @return value or {@code null} for none
*/
public java.lang.Long getMilliAcceleratorA10080() {
return milliAcceleratorA10080;
}

/**
* Optional. Milli (one-thousandth) accelerator for A100-80 accelerators. (see Dataproc Serverless
* pricing (https://cloud.google.com/dataproc-serverless/pricing))
* @param milliAcceleratorA10080 milliAcceleratorA10080 or {@code null} for none
*/
public UsageSnapshot setMilliAcceleratorA10080(java.lang.Long milliAcceleratorA10080) {
this.milliAcceleratorA10080 = milliAcceleratorA10080;
return this;
}

/**
* Optional. Milli (one-thousandth) accelerator for L4 accelerators. (see Dataproc Serverless
* pricing (https://cloud.google.com/dataproc-serverless/pricing))
* @return value or {@code null} for none
*/
public java.lang.Long getMilliAcceleratorL4() {
return milliAcceleratorL4;
}

/**
* Optional. Milli (one-thousandth) accelerator for L4 accelerators. (see Dataproc Serverless
* pricing (https://cloud.google.com/dataproc-serverless/pricing))
* @param milliAcceleratorL4 milliAcceleratorL4 or {@code null} for none
*/
public UsageSnapshot setMilliAcceleratorL4(java.lang.Long milliAcceleratorL4) {
this.milliAcceleratorL4 = milliAcceleratorL4;
return this;
}

/**
* Optional. Milli (one-thousandth) Dataproc Compute Units (DCUs) (see Dataproc Serverless pricing
* (https://cloud.google.com/dataproc-serverless/pricing)).
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-rev20260501-2.0.0</version>
<name>Cloud Dataproc API v1-rev20260501-2.0.0</name>
<version>v1-rev20260509-2.0.0</version>
<name>Cloud Dataproc API v1-rev20260509-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-rev20260501-2.0.0</version>
<version>v1-rev20260509-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-rev20260501-2.0.0'
implementation 'com.google.apis:google-api-services-dataproc:v1-rev20260509-2.0.0'
}
```

Expand Down