@@ -31,8 +31,8 @@ public final class DiskConfig extends com.google.api.client.json.GenericJson {
31
31
32
32
/**
33
33
* 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.
36
36
* The value may be {@code null}.
37
37
*/
38
38
@ 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 {
41
41
/**
42
42
* Optional. Indicates how much throughput to provision for the disk. This sets the number of
43
43
* 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.
45
45
* The value may be {@code null}.
46
46
*/
47
47
@ 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 {
87
87
88
88
/**
89
89
* 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.
92
92
* @return value or {@code null} for none
93
93
*/
94
94
public java .lang .Long getBootDiskProvisionedIops () {
@@ -97,8 +97,8 @@ public java.lang.Long getBootDiskProvisionedIops() {
97
97
98
98
/**
99
99
* 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.
102
102
* @param bootDiskProvisionedIops bootDiskProvisionedIops or {@code null} for none
103
103
*/
104
104
public DiskConfig setBootDiskProvisionedIops (java .lang .Long bootDiskProvisionedIops ) {
@@ -109,7 +109,7 @@ public DiskConfig setBootDiskProvisionedIops(java.lang.Long bootDiskProvisionedI
109
109
/**
110
110
* Optional. Indicates how much throughput to provision for the disk. This sets the number of
111
111
* 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.
113
113
* @return value or {@code null} for none
114
114
*/
115
115
public java .lang .Long getBootDiskProvisionedThroughput () {
@@ -119,7 +119,7 @@ public java.lang.Long getBootDiskProvisionedThroughput() {
119
119
/**
120
120
* Optional. Indicates how much throughput to provision for the disk. This sets the number of
121
121
* 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.
123
123
* @param bootDiskProvisionedThroughput bootDiskProvisionedThroughput or {@code null} for none
124
124
*/
125
125
public DiskConfig setBootDiskProvisionedThroughput (java .lang .Long bootDiskProvisionedThroughput ) {
0 commit comments