Class DiskSpec.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderT>
com.google.protobuf.GeneratedMessage.Builder<DiskSpec.Builder>
com.google.cloud.aiplatform.v1.DiskSpec.Builder
All Implemented Interfaces:
DiskSpecOrBuilder, com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable
Enclosing class:
DiskSpec

public static final class DiskSpec.Builder extends com.google.protobuf.GeneratedMessage.Builder<DiskSpec.Builder> implements DiskSpecOrBuilder
 Represents the spec of disk options.
 
Protobuf type google.cloud.aiplatform.v1.DiskSpec
  • Method Summary

    Modifier and Type
    Method
    Description
     
     
     
    Size in GB of the boot disk (default is 100GB).
    Type of the boot disk.
    int
    Size in GB of the boot disk (default is 100GB).
    Type of the boot disk.
    com.google.protobuf.ByteString
    Type of the boot disk.
     
    static final com.google.protobuf.Descriptors.Descriptor
     
    com.google.protobuf.Descriptors.Descriptor
     
    protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
     
    final boolean
     
     
    mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    mergeFrom(com.google.protobuf.Message other)
     
    setBootDiskSizeGb(int value)
    Size in GB of the boot disk (default is 100GB).
    Type of the boot disk.
    setBootDiskTypeBytes(com.google.protobuf.ByteString value)
    Type of the boot disk.

    Methods inherited from class com.google.protobuf.GeneratedMessage.Builder

    addRepeatedField, clearField, clearOneof, clone, getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownFields, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFields, setUnknownFieldSetBuilder, setUnknownFieldsProto3

    Methods inherited from class com.google.protobuf.AbstractMessage.Builder

    findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString

    Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder

    addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException

    Methods inherited from class java.lang.Object

    equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

    Methods inherited from interface com.google.protobuf.Message.Builder

    mergeDelimitedFrom, mergeDelimitedFrom

    Methods inherited from interface com.google.protobuf.MessageLite.Builder

    mergeFrom

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage.Builder<DiskSpec.Builder>
    • clear

      public DiskSpec.Builder clear()
      Specified by:
      clear in interface com.google.protobuf.Message.Builder
      Specified by:
      clear in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      clear in class com.google.protobuf.GeneratedMessage.Builder<DiskSpec.Builder>
    • getDescriptorForType

      public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
      Specified by:
      getDescriptorForType in interface com.google.protobuf.Message.Builder
      Specified by:
      getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
      Overrides:
      getDescriptorForType in class com.google.protobuf.GeneratedMessage.Builder<DiskSpec.Builder>
    • getDefaultInstanceForType

      public DiskSpec getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
    • build

      public DiskSpec build()
      Specified by:
      build in interface com.google.protobuf.Message.Builder
      Specified by:
      build in interface com.google.protobuf.MessageLite.Builder
    • buildPartial

      public DiskSpec buildPartial()
      Specified by:
      buildPartial in interface com.google.protobuf.Message.Builder
      Specified by:
      buildPartial in interface com.google.protobuf.MessageLite.Builder
    • mergeFrom

      public DiskSpec.Builder mergeFrom(com.google.protobuf.Message other)
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<DiskSpec.Builder>
    • mergeFrom

      public DiskSpec.Builder mergeFrom(DiskSpec other)
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessage.Builder<DiskSpec.Builder>
    • mergeFrom

      public DiskSpec.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Specified by:
      mergeFrom in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<DiskSpec.Builder>
      Throws:
      IOException
    • getBootDiskType

      public String getBootDiskType()
       Type of the boot disk. For non-A3U machines, the default value is
       "pd-ssd", for A3U machines, the default value is "hyperdisk-balanced".
       Valid values: "pd-ssd" (Persistent Disk Solid State Drive),
       "pd-standard" (Persistent Disk Hard Disk Drive) or "hyperdisk-balanced".
       
      string boot_disk_type = 1;
      Specified by:
      getBootDiskType in interface DiskSpecOrBuilder
      Returns:
      The bootDiskType.
    • getBootDiskTypeBytes

      public com.google.protobuf.ByteString getBootDiskTypeBytes()
       Type of the boot disk. For non-A3U machines, the default value is
       "pd-ssd", for A3U machines, the default value is "hyperdisk-balanced".
       Valid values: "pd-ssd" (Persistent Disk Solid State Drive),
       "pd-standard" (Persistent Disk Hard Disk Drive) or "hyperdisk-balanced".
       
      string boot_disk_type = 1;
      Specified by:
      getBootDiskTypeBytes in interface DiskSpecOrBuilder
      Returns:
      The bytes for bootDiskType.
    • setBootDiskType

      public DiskSpec.Builder setBootDiskType(String value)
       Type of the boot disk. For non-A3U machines, the default value is
       "pd-ssd", for A3U machines, the default value is "hyperdisk-balanced".
       Valid values: "pd-ssd" (Persistent Disk Solid State Drive),
       "pd-standard" (Persistent Disk Hard Disk Drive) or "hyperdisk-balanced".
       
      string boot_disk_type = 1;
      Parameters:
      value - The bootDiskType to set.
      Returns:
      This builder for chaining.
    • clearBootDiskType

      public DiskSpec.Builder clearBootDiskType()
       Type of the boot disk. For non-A3U machines, the default value is
       "pd-ssd", for A3U machines, the default value is "hyperdisk-balanced".
       Valid values: "pd-ssd" (Persistent Disk Solid State Drive),
       "pd-standard" (Persistent Disk Hard Disk Drive) or "hyperdisk-balanced".
       
      string boot_disk_type = 1;
      Returns:
      This builder for chaining.
    • setBootDiskTypeBytes

      public DiskSpec.Builder setBootDiskTypeBytes(com.google.protobuf.ByteString value)
       Type of the boot disk. For non-A3U machines, the default value is
       "pd-ssd", for A3U machines, the default value is "hyperdisk-balanced".
       Valid values: "pd-ssd" (Persistent Disk Solid State Drive),
       "pd-standard" (Persistent Disk Hard Disk Drive) or "hyperdisk-balanced".
       
      string boot_disk_type = 1;
      Parameters:
      value - The bytes for bootDiskType to set.
      Returns:
      This builder for chaining.
    • getBootDiskSizeGb

      public int getBootDiskSizeGb()
       Size in GB of the boot disk (default is 100GB).
       
      int32 boot_disk_size_gb = 2;
      Specified by:
      getBootDiskSizeGb in interface DiskSpecOrBuilder
      Returns:
      The bootDiskSizeGb.
    • setBootDiskSizeGb

      public DiskSpec.Builder setBootDiskSizeGb(int value)
       Size in GB of the boot disk (default is 100GB).
       
      int32 boot_disk_size_gb = 2;
      Parameters:
      value - The bootDiskSizeGb to set.
      Returns:
      This builder for chaining.
    • clearBootDiskSizeGb

      public DiskSpec.Builder clearBootDiskSizeGb()
       Size in GB of the boot disk (default is 100GB).
       
      int32 boot_disk_size_gb = 2;
      Returns:
      This builder for chaining.