Skip to content

Commit 94e5331

Browse files
1 parent 3aee03a commit 94e5331

File tree

4 files changed

+15
-15
lines changed

4 files changed

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

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

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

3232
/**
3333
* Optional. Indicates how many IOPS to provision for the disk. This sets the number of I/O
34-
* operations per second that the disk can handle. Note: This field is only supported if
35-
* boot_disk_type is hyperdisk-balanced.
34+
* operations per second that the disk can handle. This field is supported only if boot_disk_type
35+
* is hyperdisk-balanced.
3636
* The value may be {@code null}.
3737
*/
3838
@com.google.api.client.util.Key @com.google.api.client.json.JsonString
@@ -41,7 +41,7 @@ public final class DiskConfig extends com.google.api.client.json.GenericJson {
4141
/**
4242
* Optional. Indicates how much throughput to provision for the disk. This sets the number of
4343
* throughput mb per second that the disk can handle. Values must be greater than or equal to 1.
44-
* Note: This field is only supported if boot_disk_type is hyperdisk-balanced.
44+
* This field is supported only if boot_disk_type is hyperdisk-balanced.
4545
* The value may be {@code null}.
4646
*/
4747
@com.google.api.client.util.Key @com.google.api.client.json.JsonString
@@ -87,8 +87,8 @@ public final class DiskConfig extends com.google.api.client.json.GenericJson {
8787

8888
/**
8989
* Optional. Indicates how many IOPS to provision for the disk. This sets the number of I/O
90-
* operations per second that the disk can handle. Note: This field is only supported if
91-
* boot_disk_type is hyperdisk-balanced.
90+
* operations per second that the disk can handle. This field is supported only if boot_disk_type
91+
* is hyperdisk-balanced.
9292
* @return value or {@code null} for none
9393
*/
9494
public java.lang.Long getBootDiskProvisionedIops() {
@@ -97,8 +97,8 @@ public java.lang.Long getBootDiskProvisionedIops() {
9797

9898
/**
9999
* Optional. Indicates how many IOPS to provision for the disk. This sets the number of I/O
100-
* operations per second that the disk can handle. Note: This field is only supported if
101-
* boot_disk_type is hyperdisk-balanced.
100+
* operations per second that the disk can handle. This field is supported only if boot_disk_type
101+
* is hyperdisk-balanced.
102102
* @param bootDiskProvisionedIops bootDiskProvisionedIops or {@code null} for none
103103
*/
104104
public DiskConfig setBootDiskProvisionedIops(java.lang.Long bootDiskProvisionedIops) {
@@ -109,7 +109,7 @@ public DiskConfig setBootDiskProvisionedIops(java.lang.Long bootDiskProvisionedI
109109
/**
110110
* Optional. Indicates how much throughput to provision for the disk. This sets the number of
111111
* throughput mb per second that the disk can handle. Values must be greater than or equal to 1.
112-
* Note: This field is only supported if boot_disk_type is hyperdisk-balanced.
112+
* This field is supported only if boot_disk_type is hyperdisk-balanced.
113113
* @return value or {@code null} for none
114114
*/
115115
public java.lang.Long getBootDiskProvisionedThroughput() {
@@ -119,7 +119,7 @@ public java.lang.Long getBootDiskProvisionedThroughput() {
119119
/**
120120
* Optional. Indicates how much throughput to provision for the disk. This sets the number of
121121
* throughput mb per second that the disk can handle. Values must be greater than or equal to 1.
122-
* Note: This field is only supported if boot_disk_type is hyperdisk-balanced.
122+
* This field is supported only if boot_disk_type is hyperdisk-balanced.
123123
* @param bootDiskProvisionedThroughput bootDiskProvisionedThroughput or {@code null} for none
124124
*/
125125
public DiskConfig setBootDiskProvisionedThroughput(java.lang.Long bootDiskProvisionedThroughput) {

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

0 commit comments

Comments
 (0)