@@ -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 ) {
0 commit comments