Class LustreMount.Builder

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

public static final class LustreMount.Builder extends com.google.protobuf.GeneratedMessage.Builder<LustreMount.Builder> implements LustreMountOrBuilder
 Represents a mount configuration for Lustre file system.
 
Protobuf type google.cloud.aiplatform.v1.LustreMount
  • 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<LustreMount.Builder>
    • clear

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

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

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

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

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

      public LustreMount.Builder mergeFrom(LustreMount other)
    • isInitialized

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

      public LustreMount.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<LustreMount.Builder>
      Throws:
      IOException
    • getInstanceIp

      public String getInstanceIp()
       Required. IP address of the Lustre instance.
       
      string instance_ip = 1 [(.google.api.field_behavior) = REQUIRED];
      Specified by:
      getInstanceIp in interface LustreMountOrBuilder
      Returns:
      The instanceIp.
    • getInstanceIpBytes

      public com.google.protobuf.ByteString getInstanceIpBytes()
       Required. IP address of the Lustre instance.
       
      string instance_ip = 1 [(.google.api.field_behavior) = REQUIRED];
      Specified by:
      getInstanceIpBytes in interface LustreMountOrBuilder
      Returns:
      The bytes for instanceIp.
    • setInstanceIp

      public LustreMount.Builder setInstanceIp(String value)
       Required. IP address of the Lustre instance.
       
      string instance_ip = 1 [(.google.api.field_behavior) = REQUIRED];
      Parameters:
      value - The instanceIp to set.
      Returns:
      This builder for chaining.
    • clearInstanceIp

      public LustreMount.Builder clearInstanceIp()
       Required. IP address of the Lustre instance.
       
      string instance_ip = 1 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      This builder for chaining.
    • setInstanceIpBytes

      public LustreMount.Builder setInstanceIpBytes(com.google.protobuf.ByteString value)
       Required. IP address of the Lustre instance.
       
      string instance_ip = 1 [(.google.api.field_behavior) = REQUIRED];
      Parameters:
      value - The bytes for instanceIp to set.
      Returns:
      This builder for chaining.
    • getVolumeHandle

      public String getVolumeHandle()
       Required. The unique identifier of the Lustre volume.
       
      string volume_handle = 2 [(.google.api.field_behavior) = REQUIRED];
      Specified by:
      getVolumeHandle in interface LustreMountOrBuilder
      Returns:
      The volumeHandle.
    • getVolumeHandleBytes

      public com.google.protobuf.ByteString getVolumeHandleBytes()
       Required. The unique identifier of the Lustre volume.
       
      string volume_handle = 2 [(.google.api.field_behavior) = REQUIRED];
      Specified by:
      getVolumeHandleBytes in interface LustreMountOrBuilder
      Returns:
      The bytes for volumeHandle.
    • setVolumeHandle

      public LustreMount.Builder setVolumeHandle(String value)
       Required. The unique identifier of the Lustre volume.
       
      string volume_handle = 2 [(.google.api.field_behavior) = REQUIRED];
      Parameters:
      value - The volumeHandle to set.
      Returns:
      This builder for chaining.
    • clearVolumeHandle

      public LustreMount.Builder clearVolumeHandle()
       Required. The unique identifier of the Lustre volume.
       
      string volume_handle = 2 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      This builder for chaining.
    • setVolumeHandleBytes

      public LustreMount.Builder setVolumeHandleBytes(com.google.protobuf.ByteString value)
       Required. The unique identifier of the Lustre volume.
       
      string volume_handle = 2 [(.google.api.field_behavior) = REQUIRED];
      Parameters:
      value - The bytes for volumeHandle to set.
      Returns:
      This builder for chaining.
    • getFilesystem

      public String getFilesystem()
       Required. The name of the Lustre filesystem.
       
      string filesystem = 3 [(.google.api.field_behavior) = REQUIRED];
      Specified by:
      getFilesystem in interface LustreMountOrBuilder
      Returns:
      The filesystem.
    • getFilesystemBytes

      public com.google.protobuf.ByteString getFilesystemBytes()
       Required. The name of the Lustre filesystem.
       
      string filesystem = 3 [(.google.api.field_behavior) = REQUIRED];
      Specified by:
      getFilesystemBytes in interface LustreMountOrBuilder
      Returns:
      The bytes for filesystem.
    • setFilesystem

      public LustreMount.Builder setFilesystem(String value)
       Required. The name of the Lustre filesystem.
       
      string filesystem = 3 [(.google.api.field_behavior) = REQUIRED];
      Parameters:
      value - The filesystem to set.
      Returns:
      This builder for chaining.
    • clearFilesystem

      public LustreMount.Builder clearFilesystem()
       Required. The name of the Lustre filesystem.
       
      string filesystem = 3 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      This builder for chaining.
    • setFilesystemBytes

      public LustreMount.Builder setFilesystemBytes(com.google.protobuf.ByteString value)
       Required. The name of the Lustre filesystem.
       
      string filesystem = 3 [(.google.api.field_behavior) = REQUIRED];
      Parameters:
      value - The bytes for filesystem to set.
      Returns:
      This builder for chaining.
    • getMountPoint

      public String getMountPoint()
       Required. Destination mount path. The Lustre file system will be mounted
       for the user under /mnt/lustre/<mount_point>
       
      string mount_point = 4 [(.google.api.field_behavior) = REQUIRED];
      Specified by:
      getMountPoint in interface LustreMountOrBuilder
      Returns:
      The mountPoint.
    • getMountPointBytes

      public com.google.protobuf.ByteString getMountPointBytes()
       Required. Destination mount path. The Lustre file system will be mounted
       for the user under /mnt/lustre/<mount_point>
       
      string mount_point = 4 [(.google.api.field_behavior) = REQUIRED];
      Specified by:
      getMountPointBytes in interface LustreMountOrBuilder
      Returns:
      The bytes for mountPoint.
    • setMountPoint

      public LustreMount.Builder setMountPoint(String value)
       Required. Destination mount path. The Lustre file system will be mounted
       for the user under /mnt/lustre/<mount_point>
       
      string mount_point = 4 [(.google.api.field_behavior) = REQUIRED];
      Parameters:
      value - The mountPoint to set.
      Returns:
      This builder for chaining.
    • clearMountPoint

      public LustreMount.Builder clearMountPoint()
       Required. Destination mount path. The Lustre file system will be mounted
       for the user under /mnt/lustre/<mount_point>
       
      string mount_point = 4 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      This builder for chaining.
    • setMountPointBytes

      public LustreMount.Builder setMountPointBytes(com.google.protobuf.ByteString value)
       Required. Destination mount path. The Lustre file system will be mounted
       for the user under /mnt/lustre/<mount_point>
       
      string mount_point = 4 [(.google.api.field_behavior) = REQUIRED];
      Parameters:
      value - The bytes for mountPoint to set.
      Returns:
      This builder for chaining.