Class WorkerPoolSpec.Builder

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

public static final class WorkerPoolSpec.Builder extends com.google.protobuf.GeneratedMessage.Builder<WorkerPoolSpec.Builder> implements WorkerPoolSpecOrBuilder
 Represents the spec of a worker pool in a job.
 
Protobuf type google.cloud.aiplatform.v1.WorkerPoolSpec
  • 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<WorkerPoolSpec.Builder>
    • clear

      public WorkerPoolSpec.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<WorkerPoolSpec.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<WorkerPoolSpec.Builder>
    • getDefaultInstanceForType

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

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

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

      public WorkerPoolSpec.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<WorkerPoolSpec.Builder>
    • mergeFrom

      public WorkerPoolSpec.Builder mergeFrom(WorkerPoolSpec other)
    • isInitialized

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

      public WorkerPoolSpec.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<WorkerPoolSpec.Builder>
      Throws:
      IOException
    • getTaskCase

      public WorkerPoolSpec.TaskCase getTaskCase()
      Specified by:
      getTaskCase in interface WorkerPoolSpecOrBuilder
    • clearTask

      public WorkerPoolSpec.Builder clearTask()
    • hasContainerSpec

      public boolean hasContainerSpec()
       The custom container task.
       
      .google.cloud.aiplatform.v1.ContainerSpec container_spec = 6;
      Specified by:
      hasContainerSpec in interface WorkerPoolSpecOrBuilder
      Returns:
      Whether the containerSpec field is set.
    • getContainerSpec

      public ContainerSpec getContainerSpec()
       The custom container task.
       
      .google.cloud.aiplatform.v1.ContainerSpec container_spec = 6;
      Specified by:
      getContainerSpec in interface WorkerPoolSpecOrBuilder
      Returns:
      The containerSpec.
    • setContainerSpec

      public WorkerPoolSpec.Builder setContainerSpec(ContainerSpec value)
       The custom container task.
       
      .google.cloud.aiplatform.v1.ContainerSpec container_spec = 6;
    • setContainerSpec

      public WorkerPoolSpec.Builder setContainerSpec(ContainerSpec.Builder builderForValue)
       The custom container task.
       
      .google.cloud.aiplatform.v1.ContainerSpec container_spec = 6;
    • mergeContainerSpec

      public WorkerPoolSpec.Builder mergeContainerSpec(ContainerSpec value)
       The custom container task.
       
      .google.cloud.aiplatform.v1.ContainerSpec container_spec = 6;
    • clearContainerSpec

      public WorkerPoolSpec.Builder clearContainerSpec()
       The custom container task.
       
      .google.cloud.aiplatform.v1.ContainerSpec container_spec = 6;
    • getContainerSpecBuilder

      public ContainerSpec.Builder getContainerSpecBuilder()
       The custom container task.
       
      .google.cloud.aiplatform.v1.ContainerSpec container_spec = 6;
    • getContainerSpecOrBuilder

      public ContainerSpecOrBuilder getContainerSpecOrBuilder()
       The custom container task.
       
      .google.cloud.aiplatform.v1.ContainerSpec container_spec = 6;
      Specified by:
      getContainerSpecOrBuilder in interface WorkerPoolSpecOrBuilder
    • hasPythonPackageSpec

      public boolean hasPythonPackageSpec()
       The Python packaged task.
       
      .google.cloud.aiplatform.v1.PythonPackageSpec python_package_spec = 7;
      Specified by:
      hasPythonPackageSpec in interface WorkerPoolSpecOrBuilder
      Returns:
      Whether the pythonPackageSpec field is set.
    • getPythonPackageSpec

      public PythonPackageSpec getPythonPackageSpec()
       The Python packaged task.
       
      .google.cloud.aiplatform.v1.PythonPackageSpec python_package_spec = 7;
      Specified by:
      getPythonPackageSpec in interface WorkerPoolSpecOrBuilder
      Returns:
      The pythonPackageSpec.
    • setPythonPackageSpec

      public WorkerPoolSpec.Builder setPythonPackageSpec(PythonPackageSpec value)
       The Python packaged task.
       
      .google.cloud.aiplatform.v1.PythonPackageSpec python_package_spec = 7;
    • setPythonPackageSpec

      public WorkerPoolSpec.Builder setPythonPackageSpec(PythonPackageSpec.Builder builderForValue)
       The Python packaged task.
       
      .google.cloud.aiplatform.v1.PythonPackageSpec python_package_spec = 7;
    • mergePythonPackageSpec

      public WorkerPoolSpec.Builder mergePythonPackageSpec(PythonPackageSpec value)
       The Python packaged task.
       
      .google.cloud.aiplatform.v1.PythonPackageSpec python_package_spec = 7;
    • clearPythonPackageSpec

      public WorkerPoolSpec.Builder clearPythonPackageSpec()
       The Python packaged task.
       
      .google.cloud.aiplatform.v1.PythonPackageSpec python_package_spec = 7;
    • getPythonPackageSpecBuilder

      public PythonPackageSpec.Builder getPythonPackageSpecBuilder()
       The Python packaged task.
       
      .google.cloud.aiplatform.v1.PythonPackageSpec python_package_spec = 7;
    • getPythonPackageSpecOrBuilder

      public PythonPackageSpecOrBuilder getPythonPackageSpecOrBuilder()
       The Python packaged task.
       
      .google.cloud.aiplatform.v1.PythonPackageSpec python_package_spec = 7;
      Specified by:
      getPythonPackageSpecOrBuilder in interface WorkerPoolSpecOrBuilder
    • hasMachineSpec

      public boolean hasMachineSpec()
       Optional. Immutable. The specification of a single machine.
       
      .google.cloud.aiplatform.v1.MachineSpec machine_spec = 1 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_behavior) = IMMUTABLE];
      Specified by:
      hasMachineSpec in interface WorkerPoolSpecOrBuilder
      Returns:
      Whether the machineSpec field is set.
    • getMachineSpec

      public MachineSpec getMachineSpec()
       Optional. Immutable. The specification of a single machine.
       
      .google.cloud.aiplatform.v1.MachineSpec machine_spec = 1 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_behavior) = IMMUTABLE];
      Specified by:
      getMachineSpec in interface WorkerPoolSpecOrBuilder
      Returns:
      The machineSpec.
    • setMachineSpec

      public WorkerPoolSpec.Builder setMachineSpec(MachineSpec value)
       Optional. Immutable. The specification of a single machine.
       
      .google.cloud.aiplatform.v1.MachineSpec machine_spec = 1 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_behavior) = IMMUTABLE];
    • setMachineSpec

      public WorkerPoolSpec.Builder setMachineSpec(MachineSpec.Builder builderForValue)
       Optional. Immutable. The specification of a single machine.
       
      .google.cloud.aiplatform.v1.MachineSpec machine_spec = 1 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_behavior) = IMMUTABLE];
    • mergeMachineSpec

      public WorkerPoolSpec.Builder mergeMachineSpec(MachineSpec value)
       Optional. Immutable. The specification of a single machine.
       
      .google.cloud.aiplatform.v1.MachineSpec machine_spec = 1 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_behavior) = IMMUTABLE];
    • clearMachineSpec

      public WorkerPoolSpec.Builder clearMachineSpec()
       Optional. Immutable. The specification of a single machine.
       
      .google.cloud.aiplatform.v1.MachineSpec machine_spec = 1 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_behavior) = IMMUTABLE];
    • getMachineSpecBuilder

      public MachineSpec.Builder getMachineSpecBuilder()
       Optional. Immutable. The specification of a single machine.
       
      .google.cloud.aiplatform.v1.MachineSpec machine_spec = 1 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_behavior) = IMMUTABLE];
    • getMachineSpecOrBuilder

      public MachineSpecOrBuilder getMachineSpecOrBuilder()
       Optional. Immutable. The specification of a single machine.
       
      .google.cloud.aiplatform.v1.MachineSpec machine_spec = 1 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_behavior) = IMMUTABLE];
      Specified by:
      getMachineSpecOrBuilder in interface WorkerPoolSpecOrBuilder
    • getReplicaCount

      public long getReplicaCount()
       Optional. The number of worker replicas to use for this worker pool.
       
      int64 replica_count = 2 [(.google.api.field_behavior) = OPTIONAL];
      Specified by:
      getReplicaCount in interface WorkerPoolSpecOrBuilder
      Returns:
      The replicaCount.
    • setReplicaCount

      public WorkerPoolSpec.Builder setReplicaCount(long value)
       Optional. The number of worker replicas to use for this worker pool.
       
      int64 replica_count = 2 [(.google.api.field_behavior) = OPTIONAL];
      Parameters:
      value - The replicaCount to set.
      Returns:
      This builder for chaining.
    • clearReplicaCount

      public WorkerPoolSpec.Builder clearReplicaCount()
       Optional. The number of worker replicas to use for this worker pool.
       
      int64 replica_count = 2 [(.google.api.field_behavior) = OPTIONAL];
      Returns:
      This builder for chaining.
    • getNfsMountsList

      public List<NfsMount> getNfsMountsList()
       Optional. List of NFS mount spec.
       
      repeated .google.cloud.aiplatform.v1.NfsMount nfs_mounts = 4 [(.google.api.field_behavior) = OPTIONAL];
      Specified by:
      getNfsMountsList in interface WorkerPoolSpecOrBuilder
    • getNfsMountsCount

      public int getNfsMountsCount()
       Optional. List of NFS mount spec.
       
      repeated .google.cloud.aiplatform.v1.NfsMount nfs_mounts = 4 [(.google.api.field_behavior) = OPTIONAL];
      Specified by:
      getNfsMountsCount in interface WorkerPoolSpecOrBuilder
    • getNfsMounts

      public NfsMount getNfsMounts(int index)
       Optional. List of NFS mount spec.
       
      repeated .google.cloud.aiplatform.v1.NfsMount nfs_mounts = 4 [(.google.api.field_behavior) = OPTIONAL];
      Specified by:
      getNfsMounts in interface WorkerPoolSpecOrBuilder
    • setNfsMounts

      public WorkerPoolSpec.Builder setNfsMounts(int index, NfsMount value)
       Optional. List of NFS mount spec.
       
      repeated .google.cloud.aiplatform.v1.NfsMount nfs_mounts = 4 [(.google.api.field_behavior) = OPTIONAL];
    • setNfsMounts

      public WorkerPoolSpec.Builder setNfsMounts(int index, NfsMount.Builder builderForValue)
       Optional. List of NFS mount spec.
       
      repeated .google.cloud.aiplatform.v1.NfsMount nfs_mounts = 4 [(.google.api.field_behavior) = OPTIONAL];
    • addNfsMounts

      public WorkerPoolSpec.Builder addNfsMounts(NfsMount value)
       Optional. List of NFS mount spec.
       
      repeated .google.cloud.aiplatform.v1.NfsMount nfs_mounts = 4 [(.google.api.field_behavior) = OPTIONAL];
    • addNfsMounts

      public WorkerPoolSpec.Builder addNfsMounts(int index, NfsMount value)
       Optional. List of NFS mount spec.
       
      repeated .google.cloud.aiplatform.v1.NfsMount nfs_mounts = 4 [(.google.api.field_behavior) = OPTIONAL];
    • addNfsMounts

      public WorkerPoolSpec.Builder addNfsMounts(NfsMount.Builder builderForValue)
       Optional. List of NFS mount spec.
       
      repeated .google.cloud.aiplatform.v1.NfsMount nfs_mounts = 4 [(.google.api.field_behavior) = OPTIONAL];
    • addNfsMounts

      public WorkerPoolSpec.Builder addNfsMounts(int index, NfsMount.Builder builderForValue)
       Optional. List of NFS mount spec.
       
      repeated .google.cloud.aiplatform.v1.NfsMount nfs_mounts = 4 [(.google.api.field_behavior) = OPTIONAL];
    • addAllNfsMounts

      public WorkerPoolSpec.Builder addAllNfsMounts(Iterable<? extends NfsMount> values)
       Optional. List of NFS mount spec.
       
      repeated .google.cloud.aiplatform.v1.NfsMount nfs_mounts = 4 [(.google.api.field_behavior) = OPTIONAL];
    • clearNfsMounts

      public WorkerPoolSpec.Builder clearNfsMounts()
       Optional. List of NFS mount spec.
       
      repeated .google.cloud.aiplatform.v1.NfsMount nfs_mounts = 4 [(.google.api.field_behavior) = OPTIONAL];
    • removeNfsMounts

      public WorkerPoolSpec.Builder removeNfsMounts(int index)
       Optional. List of NFS mount spec.
       
      repeated .google.cloud.aiplatform.v1.NfsMount nfs_mounts = 4 [(.google.api.field_behavior) = OPTIONAL];
    • getNfsMountsBuilder

      public NfsMount.Builder getNfsMountsBuilder(int index)
       Optional. List of NFS mount spec.
       
      repeated .google.cloud.aiplatform.v1.NfsMount nfs_mounts = 4 [(.google.api.field_behavior) = OPTIONAL];
    • getNfsMountsOrBuilder

      public NfsMountOrBuilder getNfsMountsOrBuilder(int index)
       Optional. List of NFS mount spec.
       
      repeated .google.cloud.aiplatform.v1.NfsMount nfs_mounts = 4 [(.google.api.field_behavior) = OPTIONAL];
      Specified by:
      getNfsMountsOrBuilder in interface WorkerPoolSpecOrBuilder
    • getNfsMountsOrBuilderList

      public List<? extends NfsMountOrBuilder> getNfsMountsOrBuilderList()
       Optional. List of NFS mount spec.
       
      repeated .google.cloud.aiplatform.v1.NfsMount nfs_mounts = 4 [(.google.api.field_behavior) = OPTIONAL];
      Specified by:
      getNfsMountsOrBuilderList in interface WorkerPoolSpecOrBuilder
    • addNfsMountsBuilder

      public NfsMount.Builder addNfsMountsBuilder()
       Optional. List of NFS mount spec.
       
      repeated .google.cloud.aiplatform.v1.NfsMount nfs_mounts = 4 [(.google.api.field_behavior) = OPTIONAL];
    • addNfsMountsBuilder

      public NfsMount.Builder addNfsMountsBuilder(int index)
       Optional. List of NFS mount spec.
       
      repeated .google.cloud.aiplatform.v1.NfsMount nfs_mounts = 4 [(.google.api.field_behavior) = OPTIONAL];
    • getNfsMountsBuilderList

      public List<NfsMount.Builder> getNfsMountsBuilderList()
       Optional. List of NFS mount spec.
       
      repeated .google.cloud.aiplatform.v1.NfsMount nfs_mounts = 4 [(.google.api.field_behavior) = OPTIONAL];
    • getLustreMountsList

      public List<LustreMount> getLustreMountsList()
       Optional. List of Lustre mounts.
       
      repeated .google.cloud.aiplatform.v1.LustreMount lustre_mounts = 9 [(.google.api.field_behavior) = OPTIONAL];
      Specified by:
      getLustreMountsList in interface WorkerPoolSpecOrBuilder
    • getLustreMountsCount

      public int getLustreMountsCount()
       Optional. List of Lustre mounts.
       
      repeated .google.cloud.aiplatform.v1.LustreMount lustre_mounts = 9 [(.google.api.field_behavior) = OPTIONAL];
      Specified by:
      getLustreMountsCount in interface WorkerPoolSpecOrBuilder
    • getLustreMounts

      public LustreMount getLustreMounts(int index)
       Optional. List of Lustre mounts.
       
      repeated .google.cloud.aiplatform.v1.LustreMount lustre_mounts = 9 [(.google.api.field_behavior) = OPTIONAL];
      Specified by:
      getLustreMounts in interface WorkerPoolSpecOrBuilder
    • setLustreMounts

      public WorkerPoolSpec.Builder setLustreMounts(int index, LustreMount value)
       Optional. List of Lustre mounts.
       
      repeated .google.cloud.aiplatform.v1.LustreMount lustre_mounts = 9 [(.google.api.field_behavior) = OPTIONAL];
    • setLustreMounts

      public WorkerPoolSpec.Builder setLustreMounts(int index, LustreMount.Builder builderForValue)
       Optional. List of Lustre mounts.
       
      repeated .google.cloud.aiplatform.v1.LustreMount lustre_mounts = 9 [(.google.api.field_behavior) = OPTIONAL];
    • addLustreMounts

      public WorkerPoolSpec.Builder addLustreMounts(LustreMount value)
       Optional. List of Lustre mounts.
       
      repeated .google.cloud.aiplatform.v1.LustreMount lustre_mounts = 9 [(.google.api.field_behavior) = OPTIONAL];
    • addLustreMounts

      public WorkerPoolSpec.Builder addLustreMounts(int index, LustreMount value)
       Optional. List of Lustre mounts.
       
      repeated .google.cloud.aiplatform.v1.LustreMount lustre_mounts = 9 [(.google.api.field_behavior) = OPTIONAL];
    • addLustreMounts

      public WorkerPoolSpec.Builder addLustreMounts(LustreMount.Builder builderForValue)
       Optional. List of Lustre mounts.
       
      repeated .google.cloud.aiplatform.v1.LustreMount lustre_mounts = 9 [(.google.api.field_behavior) = OPTIONAL];
    • addLustreMounts

      public WorkerPoolSpec.Builder addLustreMounts(int index, LustreMount.Builder builderForValue)
       Optional. List of Lustre mounts.
       
      repeated .google.cloud.aiplatform.v1.LustreMount lustre_mounts = 9 [(.google.api.field_behavior) = OPTIONAL];
    • addAllLustreMounts

      public WorkerPoolSpec.Builder addAllLustreMounts(Iterable<? extends LustreMount> values)
       Optional. List of Lustre mounts.
       
      repeated .google.cloud.aiplatform.v1.LustreMount lustre_mounts = 9 [(.google.api.field_behavior) = OPTIONAL];
    • clearLustreMounts

      public WorkerPoolSpec.Builder clearLustreMounts()
       Optional. List of Lustre mounts.
       
      repeated .google.cloud.aiplatform.v1.LustreMount lustre_mounts = 9 [(.google.api.field_behavior) = OPTIONAL];
    • removeLustreMounts

      public WorkerPoolSpec.Builder removeLustreMounts(int index)
       Optional. List of Lustre mounts.
       
      repeated .google.cloud.aiplatform.v1.LustreMount lustre_mounts = 9 [(.google.api.field_behavior) = OPTIONAL];
    • getLustreMountsBuilder

      public LustreMount.Builder getLustreMountsBuilder(int index)
       Optional. List of Lustre mounts.
       
      repeated .google.cloud.aiplatform.v1.LustreMount lustre_mounts = 9 [(.google.api.field_behavior) = OPTIONAL];
    • getLustreMountsOrBuilder

      public LustreMountOrBuilder getLustreMountsOrBuilder(int index)
       Optional. List of Lustre mounts.
       
      repeated .google.cloud.aiplatform.v1.LustreMount lustre_mounts = 9 [(.google.api.field_behavior) = OPTIONAL];
      Specified by:
      getLustreMountsOrBuilder in interface WorkerPoolSpecOrBuilder
    • getLustreMountsOrBuilderList

      public List<? extends LustreMountOrBuilder> getLustreMountsOrBuilderList()
       Optional. List of Lustre mounts.
       
      repeated .google.cloud.aiplatform.v1.LustreMount lustre_mounts = 9 [(.google.api.field_behavior) = OPTIONAL];
      Specified by:
      getLustreMountsOrBuilderList in interface WorkerPoolSpecOrBuilder
    • addLustreMountsBuilder

      public LustreMount.Builder addLustreMountsBuilder()
       Optional. List of Lustre mounts.
       
      repeated .google.cloud.aiplatform.v1.LustreMount lustre_mounts = 9 [(.google.api.field_behavior) = OPTIONAL];
    • addLustreMountsBuilder

      public LustreMount.Builder addLustreMountsBuilder(int index)
       Optional. List of Lustre mounts.
       
      repeated .google.cloud.aiplatform.v1.LustreMount lustre_mounts = 9 [(.google.api.field_behavior) = OPTIONAL];
    • getLustreMountsBuilderList

      public List<LustreMount.Builder> getLustreMountsBuilderList()
       Optional. List of Lustre mounts.
       
      repeated .google.cloud.aiplatform.v1.LustreMount lustre_mounts = 9 [(.google.api.field_behavior) = OPTIONAL];
    • hasDiskSpec

      public boolean hasDiskSpec()
       Disk spec.
       
      .google.cloud.aiplatform.v1.DiskSpec disk_spec = 5;
      Specified by:
      hasDiskSpec in interface WorkerPoolSpecOrBuilder
      Returns:
      Whether the diskSpec field is set.
    • getDiskSpec

      public DiskSpec getDiskSpec()
       Disk spec.
       
      .google.cloud.aiplatform.v1.DiskSpec disk_spec = 5;
      Specified by:
      getDiskSpec in interface WorkerPoolSpecOrBuilder
      Returns:
      The diskSpec.
    • setDiskSpec

      public WorkerPoolSpec.Builder setDiskSpec(DiskSpec value)
       Disk spec.
       
      .google.cloud.aiplatform.v1.DiskSpec disk_spec = 5;
    • setDiskSpec

      public WorkerPoolSpec.Builder setDiskSpec(DiskSpec.Builder builderForValue)
       Disk spec.
       
      .google.cloud.aiplatform.v1.DiskSpec disk_spec = 5;
    • mergeDiskSpec

      public WorkerPoolSpec.Builder mergeDiskSpec(DiskSpec value)
       Disk spec.
       
      .google.cloud.aiplatform.v1.DiskSpec disk_spec = 5;
    • clearDiskSpec

      public WorkerPoolSpec.Builder clearDiskSpec()
       Disk spec.
       
      .google.cloud.aiplatform.v1.DiskSpec disk_spec = 5;
    • getDiskSpecBuilder

      public DiskSpec.Builder getDiskSpecBuilder()
       Disk spec.
       
      .google.cloud.aiplatform.v1.DiskSpec disk_spec = 5;
    • getDiskSpecOrBuilder

      public DiskSpecOrBuilder getDiskSpecOrBuilder()
       Disk spec.
       
      .google.cloud.aiplatform.v1.DiskSpec disk_spec = 5;
      Specified by:
      getDiskSpecOrBuilder in interface WorkerPoolSpecOrBuilder