Class FileShareConfig

  • All Implemented Interfaces:
    FileShareConfigOrBuilder, com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Serializable

    public final class FileShareConfig
    extends com.google.protobuf.GeneratedMessageV3
    implements FileShareConfigOrBuilder
     File share configuration for the instance.
     
    Protobuf type google.cloud.filestore.v1beta1.FileShareConfig
    See Also:
    Serialized Form
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  FileShareConfig.Builder
      File share configuration for the instance.
      static class  FileShareConfig.SourceCase  
      • Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageV3

        com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,​BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,​BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter
      • Nested classes/interfaces inherited from class com.google.protobuf.AbstractMessageLite

        com.google.protobuf.AbstractMessageLite.InternalOneOfEnum
    • Field Detail

      • CAPACITY_GB_FIELD_NUMBER

        public static final int CAPACITY_GB_FIELD_NUMBER
        See Also:
        Constant Field Values
      • SOURCE_BACKUP_FIELD_NUMBER

        public static final int SOURCE_BACKUP_FIELD_NUMBER
        See Also:
        Constant Field Values
      • NFS_EXPORT_OPTIONS_FIELD_NUMBER

        public static final int NFS_EXPORT_OPTIONS_FIELD_NUMBER
        See Also:
        Constant Field Values
    • Method Detail

      • newInstance

        protected Object newInstance​(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
        Overrides:
        newInstance in class com.google.protobuf.GeneratedMessageV3
      • getDescriptor

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

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3
      • getName

        public String getName()
         The name of the file share (must be 32 characters or less for
         Enterprise and High Scale SSD tiers and 16 characters or less for all other
         tiers).
         
        string name = 1;
        Specified by:
        getName in interface FileShareConfigOrBuilder
        Returns:
        The name.
      • getNameBytes

        public com.google.protobuf.ByteString getNameBytes()
         The name of the file share (must be 32 characters or less for
         Enterprise and High Scale SSD tiers and 16 characters or less for all other
         tiers).
         
        string name = 1;
        Specified by:
        getNameBytes in interface FileShareConfigOrBuilder
        Returns:
        The bytes for name.
      • getCapacityGb

        public long getCapacityGb()
         File share capacity in gigabytes (GB).
         Filestore defines 1 GB as 1024^3 bytes.
         
        int64 capacity_gb = 2;
        Specified by:
        getCapacityGb in interface FileShareConfigOrBuilder
        Returns:
        The capacityGb.
      • hasSourceBackup

        public boolean hasSourceBackup()
         The resource name of the backup, in the format
         `projects/{project_id}/locations/{location_id}/backups/{backup_id}`, that
         this file share has been restored from.
         
        string source_backup = 9 [(.google.api.resource_reference) = { ... }
        Specified by:
        hasSourceBackup in interface FileShareConfigOrBuilder
        Returns:
        Whether the sourceBackup field is set.
      • getSourceBackup

        public String getSourceBackup()
         The resource name of the backup, in the format
         `projects/{project_id}/locations/{location_id}/backups/{backup_id}`, that
         this file share has been restored from.
         
        string source_backup = 9 [(.google.api.resource_reference) = { ... }
        Specified by:
        getSourceBackup in interface FileShareConfigOrBuilder
        Returns:
        The sourceBackup.
      • getSourceBackupBytes

        public com.google.protobuf.ByteString getSourceBackupBytes()
         The resource name of the backup, in the format
         `projects/{project_id}/locations/{location_id}/backups/{backup_id}`, that
         this file share has been restored from.
         
        string source_backup = 9 [(.google.api.resource_reference) = { ... }
        Specified by:
        getSourceBackupBytes in interface FileShareConfigOrBuilder
        Returns:
        The bytes for sourceBackup.
      • getNfsExportOptionsCount

        public int getNfsExportOptionsCount()
         Nfs Export Options.
         There is a limit of 10 export options per file share.
         
        repeated .google.cloud.filestore.v1beta1.NfsExportOptions nfs_export_options = 8;
        Specified by:
        getNfsExportOptionsCount in interface FileShareConfigOrBuilder
      • getNfsExportOptions

        public NfsExportOptions getNfsExportOptions​(int index)
         Nfs Export Options.
         There is a limit of 10 export options per file share.
         
        repeated .google.cloud.filestore.v1beta1.NfsExportOptions nfs_export_options = 8;
        Specified by:
        getNfsExportOptions in interface FileShareConfigOrBuilder
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3
      • writeTo

        public void writeTo​(com.google.protobuf.CodedOutputStream output)
                     throws IOException
        Specified by:
        writeTo in interface com.google.protobuf.MessageLite
        Overrides:
        writeTo in class com.google.protobuf.GeneratedMessageV3
        Throws:
        IOException
      • getSerializedSize

        public int getSerializedSize()
        Specified by:
        getSerializedSize in interface com.google.protobuf.MessageLite
        Overrides:
        getSerializedSize in class com.google.protobuf.GeneratedMessageV3
      • equals

        public boolean equals​(Object obj)
        Specified by:
        equals in interface com.google.protobuf.Message
        Overrides:
        equals in class com.google.protobuf.AbstractMessage
      • hashCode

        public int hashCode()
        Specified by:
        hashCode in interface com.google.protobuf.Message
        Overrides:
        hashCode in class com.google.protobuf.AbstractMessage
      • parseFrom

        public static FileShareConfig parseFrom​(ByteBuffer data)
                                         throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static FileShareConfig parseFrom​(ByteBuffer data,
                                                com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                         throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static FileShareConfig parseFrom​(com.google.protobuf.ByteString data)
                                         throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static FileShareConfig parseFrom​(com.google.protobuf.ByteString data,
                                                com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                         throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static FileShareConfig parseFrom​(byte[] data)
                                         throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static FileShareConfig parseFrom​(byte[] data,
                                                com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                         throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static FileShareConfig parseFrom​(com.google.protobuf.CodedInputStream input,
                                                com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                         throws IOException
        Throws:
        IOException
      • newBuilderForType

        public FileShareConfig.Builder newBuilderForType()
        Specified by:
        newBuilderForType in interface com.google.protobuf.Message
        Specified by:
        newBuilderForType in interface com.google.protobuf.MessageLite
      • toBuilder

        public FileShareConfig.Builder toBuilder()
        Specified by:
        toBuilder in interface com.google.protobuf.Message
        Specified by:
        toBuilder in interface com.google.protobuf.MessageLite
      • newBuilderForType

        protected FileShareConfig.Builder newBuilderForType​(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
        Specified by:
        newBuilderForType in class com.google.protobuf.GeneratedMessageV3
      • parser

        public static com.google.protobuf.Parser<FileShareConfig> parser()
      • getParserForType

        public com.google.protobuf.Parser<FileShareConfig> getParserForType()
        Specified by:
        getParserForType in interface com.google.protobuf.Message
        Specified by:
        getParserForType in interface com.google.protobuf.MessageLite
        Overrides:
        getParserForType in class com.google.protobuf.GeneratedMessageV3
      • getDefaultInstanceForType

        public FileShareConfig getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder