Skip to content

Commit

Permalink
docs: [batch] update batch PD interface support (#9888)
Browse files Browse the repository at this point in the history
* docs: update batch PD interface support

PiperOrigin-RevId: 568434456

Source-Link: googleapis/googleapis@298d5a5

Source-Link: https://github.com/googleapis/googleapis-gen/commit/734d0ffe145debf119aff9a0b6cf5132962ecff1
Copy-Tag: eyJwIjoiamF2YS1iYXRjaC8uT3dsQm90LnlhbWwiLCJoIjoiNzM0ZDBmZmUxNDVkZWJmMTE5YWZmOWEwYjZjZjUxMzI5NjJlY2ZmMSJ9

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

* docs: update batch PD interface support

PiperOrigin-RevId: 568443956

Source-Link: googleapis/googleapis@645178b

Source-Link: https://github.com/googleapis/googleapis-gen/commit/cd6b2a8485a5e7c852d4dbbbc04300d0a06e8488
Copy-Tag: eyJwIjoiamF2YS1iYXRjaC8uT3dsQm90LnlhbWwiLCJoIjoiY2Q2YjJhODQ4NWE1ZTdjODUyZDRkYmJiYzA0MzAwZDBhMDZlODQ4OCJ9

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

---------

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
  • Loading branch information
gcf-owl-bot[bot] and gcf-owl-bot[bot] authored Sep 26, 2023
1 parent bce092a commit 8002742
Show file tree
Hide file tree
Showing 5 changed files with 141 additions and 101 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1426,7 +1426,9 @@ public interface DiskOrBuilder
* <pre>
* Local SSDs are available through both "SCSI" and "NVMe" interfaces.
* If not indicated, "NVMe" will be the default one for local ssds.
* We only support "SCSI" for persistent disks now.
* This field is ignored for persistent disks as the interface is chosen
* automatically. See
* https://cloud.google.com/compute/docs/disks/persistent-disks#choose_an_interface.
* </pre>
*
* <code>string disk_interface = 6;</code>
Expand All @@ -1440,7 +1442,9 @@ public interface DiskOrBuilder
* <pre>
* Local SSDs are available through both "SCSI" and "NVMe" interfaces.
* If not indicated, "NVMe" will be the default one for local ssds.
* We only support "SCSI" for persistent disks now.
* This field is ignored for persistent disks as the interface is chosen
* automatically. See
* https://cloud.google.com/compute/docs/disks/persistent-disks#choose_an_interface.
* </pre>
*
* <code>string disk_interface = 6;</code>
Expand Down Expand Up @@ -1836,7 +1840,9 @@ public long getSizeGb() {
* <pre>
* Local SSDs are available through both "SCSI" and "NVMe" interfaces.
* If not indicated, "NVMe" will be the default one for local ssds.
* We only support "SCSI" for persistent disks now.
* This field is ignored for persistent disks as the interface is chosen
* automatically. See
* https://cloud.google.com/compute/docs/disks/persistent-disks#choose_an_interface.
* </pre>
*
* <code>string disk_interface = 6;</code>
Expand All @@ -1861,7 +1867,9 @@ public java.lang.String getDiskInterface() {
* <pre>
* Local SSDs are available through both "SCSI" and "NVMe" interfaces.
* If not indicated, "NVMe" will be the default one for local ssds.
* We only support "SCSI" for persistent disks now.
* This field is ignored for persistent disks as the interface is chosen
* automatically. See
* https://cloud.google.com/compute/docs/disks/persistent-disks#choose_an_interface.
* </pre>
*
* <code>string disk_interface = 6;</code>
Expand Down Expand Up @@ -2960,7 +2968,9 @@ public Builder clearSizeGb() {
* <pre>
* Local SSDs are available through both "SCSI" and "NVMe" interfaces.
* If not indicated, "NVMe" will be the default one for local ssds.
* We only support "SCSI" for persistent disks now.
* This field is ignored for persistent disks as the interface is chosen
* automatically. See
* https://cloud.google.com/compute/docs/disks/persistent-disks#choose_an_interface.
* </pre>
*
* <code>string disk_interface = 6;</code>
Expand All @@ -2984,7 +2994,9 @@ public java.lang.String getDiskInterface() {
* <pre>
* Local SSDs are available through both "SCSI" and "NVMe" interfaces.
* If not indicated, "NVMe" will be the default one for local ssds.
* We only support "SCSI" for persistent disks now.
* This field is ignored for persistent disks as the interface is chosen
* automatically. See
* https://cloud.google.com/compute/docs/disks/persistent-disks#choose_an_interface.
* </pre>
*
* <code>string disk_interface = 6;</code>
Expand All @@ -3008,7 +3020,9 @@ public com.google.protobuf.ByteString getDiskInterfaceBytes() {
* <pre>
* Local SSDs are available through both "SCSI" and "NVMe" interfaces.
* If not indicated, "NVMe" will be the default one for local ssds.
* We only support "SCSI" for persistent disks now.
* This field is ignored for persistent disks as the interface is chosen
* automatically. See
* https://cloud.google.com/compute/docs/disks/persistent-disks#choose_an_interface.
* </pre>
*
* <code>string disk_interface = 6;</code>
Expand All @@ -3031,7 +3045,9 @@ public Builder setDiskInterface(java.lang.String value) {
* <pre>
* Local SSDs are available through both "SCSI" and "NVMe" interfaces.
* If not indicated, "NVMe" will be the default one for local ssds.
* We only support "SCSI" for persistent disks now.
* This field is ignored for persistent disks as the interface is chosen
* automatically. See
* https://cloud.google.com/compute/docs/disks/persistent-disks#choose_an_interface.
* </pre>
*
* <code>string disk_interface = 6;</code>
Expand All @@ -3050,7 +3066,9 @@ public Builder clearDiskInterface() {
* <pre>
* Local SSDs are available through both "SCSI" and "NVMe" interfaces.
* If not indicated, "NVMe" will be the default one for local ssds.
* We only support "SCSI" for persistent disks now.
* This field is ignored for persistent disks as the interface is chosen
* automatically. See
* https://cloud.google.com/compute/docs/disks/persistent-disks#choose_an_interface.
* </pre>
*
* <code>string disk_interface = 6;</code>
Expand Down Expand Up @@ -4436,7 +4454,7 @@ public interface AcceleratorOrBuilder
* <code>bool install_gpu_drivers = 3 [deprecated = true];</code>
*
* @deprecated google.cloud.batch.v1.AllocationPolicy.Accelerator.install_gpu_drivers is
* deprecated. See google/cloud/batch/v1/job.proto;l=337
* deprecated. See google/cloud/batch/v1/job.proto;l=339
* @return The installGpuDrivers.
*/
@java.lang.Deprecated
Expand Down Expand Up @@ -4607,7 +4625,7 @@ public long getCount() {
* <code>bool install_gpu_drivers = 3 [deprecated = true];</code>
*
* @deprecated google.cloud.batch.v1.AllocationPolicy.Accelerator.install_gpu_drivers is
* deprecated. See google/cloud/batch/v1/job.proto;l=337
* deprecated. See google/cloud/batch/v1/job.proto;l=339
* @return The installGpuDrivers.
*/
@java.lang.Override
Expand Down Expand Up @@ -5269,7 +5287,7 @@ public Builder clearCount() {
* <code>bool install_gpu_drivers = 3 [deprecated = true];</code>
*
* @deprecated google.cloud.batch.v1.AllocationPolicy.Accelerator.install_gpu_drivers is
* deprecated. See google/cloud/batch/v1/job.proto;l=337
* deprecated. See google/cloud/batch/v1/job.proto;l=339
* @return The installGpuDrivers.
*/
@java.lang.Override
Expand All @@ -5287,7 +5305,7 @@ public boolean getInstallGpuDrivers() {
* <code>bool install_gpu_drivers = 3 [deprecated = true];</code>
*
* @deprecated google.cloud.batch.v1.AllocationPolicy.Accelerator.install_gpu_drivers is
* deprecated. See google/cloud/batch/v1/job.proto;l=337
* deprecated. See google/cloud/batch/v1/job.proto;l=339
* @param value The installGpuDrivers to set.
* @return This builder for chaining.
*/
Expand All @@ -5309,7 +5327,7 @@ public Builder setInstallGpuDrivers(boolean value) {
* <code>bool install_gpu_drivers = 3 [deprecated = true];</code>
*
* @deprecated google.cloud.batch.v1.AllocationPolicy.Accelerator.install_gpu_drivers is
* deprecated. See google/cloud/batch/v1/job.proto;l=337
* deprecated. See google/cloud/batch/v1/job.proto;l=339
* @return This builder for chaining.
*/
@java.lang.Deprecated
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,9 @@ message AllocationPolicy {

// Local SSDs are available through both "SCSI" and "NVMe" interfaces.
// If not indicated, "NVMe" will be the default one for local ssds.
// We only support "SCSI" for persistent disks now.
// This field is ignored for persistent disks as the interface is chosen
// automatically. See
// https://cloud.google.com/compute/docs/disks/persistent-disks#choose_an_interface.
string disk_interface = 6;
}

Expand Down
Loading

0 comments on commit 8002742

Please sign in to comment.