Class Volume

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

    public final class Volume
    extends com.google.protobuf.GeneratedMessageV3
    implements VolumeOrBuilder
     Volume provides a filesystem that you can mount.
     
    Protobuf type google.cloud.netapp.v1.Volume
    See Also:
    Serialized Form
    • 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()
      • internalGetMapField

        protected com.google.protobuf.MapField internalGetMapField​(int number)
        Overrides:
        internalGetMapField in class com.google.protobuf.GeneratedMessageV3
      • internalGetFieldAccessorTable

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

        public String getName()
         Output only. Name of the volume
         
        string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getName in interface VolumeOrBuilder
        Returns:
        The name.
      • getNameBytes

        public com.google.protobuf.ByteString getNameBytes()
         Output only. Name of the volume
         
        string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getNameBytes in interface VolumeOrBuilder
        Returns:
        The bytes for name.
      • getStateValue

        public int getStateValue()
         Output only. State of the volume
         
        .google.cloud.netapp.v1.Volume.State state = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getStateValue in interface VolumeOrBuilder
        Returns:
        The enum numeric value on the wire for state.
      • getState

        public Volume.State getState()
         Output only. State of the volume
         
        .google.cloud.netapp.v1.Volume.State state = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getState in interface VolumeOrBuilder
        Returns:
        The state.
      • getStateDetails

        public String getStateDetails()
         Output only. State details of the volume
         
        string state_details = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getStateDetails in interface VolumeOrBuilder
        Returns:
        The stateDetails.
      • getStateDetailsBytes

        public com.google.protobuf.ByteString getStateDetailsBytes()
         Output only. State details of the volume
         
        string state_details = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getStateDetailsBytes in interface VolumeOrBuilder
        Returns:
        The bytes for stateDetails.
      • hasCreateTime

        public boolean hasCreateTime()
         Output only. Create time of the volume
         
        .google.protobuf.Timestamp create_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        hasCreateTime in interface VolumeOrBuilder
        Returns:
        Whether the createTime field is set.
      • getCreateTime

        public com.google.protobuf.Timestamp getCreateTime()
         Output only. Create time of the volume
         
        .google.protobuf.Timestamp create_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getCreateTime in interface VolumeOrBuilder
        Returns:
        The createTime.
      • getCreateTimeOrBuilder

        public com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder()
         Output only. Create time of the volume
         
        .google.protobuf.Timestamp create_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getCreateTimeOrBuilder in interface VolumeOrBuilder
      • getShareName

        public String getShareName()
         Required. Share name of the volume
         
        string share_name = 5 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        getShareName in interface VolumeOrBuilder
        Returns:
        The shareName.
      • getShareNameBytes

        public com.google.protobuf.ByteString getShareNameBytes()
         Required. Share name of the volume
         
        string share_name = 5 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        getShareNameBytes in interface VolumeOrBuilder
        Returns:
        The bytes for shareName.
      • getPsaRange

        public String getPsaRange()
         Output only. Name of the Private Service Access allocated range. This is
         optional. If not provided, any available range will be chosen.
         
        string psa_range = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getPsaRange in interface VolumeOrBuilder
        Returns:
        The psaRange.
      • getPsaRangeBytes

        public com.google.protobuf.ByteString getPsaRangeBytes()
         Output only. Name of the Private Service Access allocated range. This is
         optional. If not provided, any available range will be chosen.
         
        string psa_range = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getPsaRangeBytes in interface VolumeOrBuilder
        Returns:
        The bytes for psaRange.
      • getStoragePool

        public String getStoragePool()
         Required. StoragePool name of the volume
         
        string storage_pool = 7 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Specified by:
        getStoragePool in interface VolumeOrBuilder
        Returns:
        The storagePool.
      • getStoragePoolBytes

        public com.google.protobuf.ByteString getStoragePoolBytes()
         Required. StoragePool name of the volume
         
        string storage_pool = 7 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Specified by:
        getStoragePoolBytes in interface VolumeOrBuilder
        Returns:
        The bytes for storagePool.
      • getNetwork

        public String getNetwork()
         Output only. VPC Network name.
         Format: projects/{project}/global/networks/{network}
         
        string network = 8 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
        Specified by:
        getNetwork in interface VolumeOrBuilder
        Returns:
        The network.
      • getNetworkBytes

        public com.google.protobuf.ByteString getNetworkBytes()
         Output only. VPC Network name.
         Format: projects/{project}/global/networks/{network}
         
        string network = 8 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
        Specified by:
        getNetworkBytes in interface VolumeOrBuilder
        Returns:
        The bytes for network.
      • getServiceLevelValue

        public int getServiceLevelValue()
         Output only. Service level of the volume
         
        .google.cloud.netapp.v1.ServiceLevel service_level = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getServiceLevelValue in interface VolumeOrBuilder
        Returns:
        The enum numeric value on the wire for serviceLevel.
      • getServiceLevel

        public ServiceLevel getServiceLevel()
         Output only. Service level of the volume
         
        .google.cloud.netapp.v1.ServiceLevel service_level = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getServiceLevel in interface VolumeOrBuilder
        Returns:
        The serviceLevel.
      • getCapacityGib

        public long getCapacityGib()
         Required. Capacity in GIB of the volume
         
        int64 capacity_gib = 10 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        getCapacityGib in interface VolumeOrBuilder
        Returns:
        The capacityGib.
      • hasExportPolicy

        public boolean hasExportPolicy()
         Optional. Export policy of the volume
         
        .google.cloud.netapp.v1.ExportPolicy export_policy = 11 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        hasExportPolicy in interface VolumeOrBuilder
        Returns:
        Whether the exportPolicy field is set.
      • getExportPolicy

        public ExportPolicy getExportPolicy()
         Optional. Export policy of the volume
         
        .google.cloud.netapp.v1.ExportPolicy export_policy = 11 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        getExportPolicy in interface VolumeOrBuilder
        Returns:
        The exportPolicy.
      • getProtocolsList

        public List<Protocols> getProtocolsList()
         Required. Protocols required for the volume
         
        repeated .google.cloud.netapp.v1.Protocols protocols = 12 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        getProtocolsList in interface VolumeOrBuilder
        Returns:
        A list containing the protocols.
      • getProtocolsCount

        public int getProtocolsCount()
         Required. Protocols required for the volume
         
        repeated .google.cloud.netapp.v1.Protocols protocols = 12 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        getProtocolsCount in interface VolumeOrBuilder
        Returns:
        The count of protocols.
      • getProtocols

        public Protocols getProtocols​(int index)
         Required. Protocols required for the volume
         
        repeated .google.cloud.netapp.v1.Protocols protocols = 12 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        getProtocols in interface VolumeOrBuilder
        Parameters:
        index - The index of the element to return.
        Returns:
        The protocols at the given index.
      • getProtocolsValueList

        public List<Integer> getProtocolsValueList()
         Required. Protocols required for the volume
         
        repeated .google.cloud.netapp.v1.Protocols protocols = 12 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        getProtocolsValueList in interface VolumeOrBuilder
        Returns:
        A list containing the enum numeric values on the wire for protocols.
      • getProtocolsValue

        public int getProtocolsValue​(int index)
         Required. Protocols required for the volume
         
        repeated .google.cloud.netapp.v1.Protocols protocols = 12 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        getProtocolsValue in interface VolumeOrBuilder
        Parameters:
        index - The index of the value to return.
        Returns:
        The enum numeric value on the wire of protocols at the given index.
      • getSmbSettingsList

        public List<SMBSettings> getSmbSettingsList()
         Optional. SMB share settings for the volume.
         
        repeated .google.cloud.netapp.v1.SMBSettings smb_settings = 13 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        getSmbSettingsList in interface VolumeOrBuilder
        Returns:
        A list containing the smbSettings.
      • getSmbSettingsCount

        public int getSmbSettingsCount()
         Optional. SMB share settings for the volume.
         
        repeated .google.cloud.netapp.v1.SMBSettings smb_settings = 13 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        getSmbSettingsCount in interface VolumeOrBuilder
        Returns:
        The count of smbSettings.
      • getSmbSettings

        public SMBSettings getSmbSettings​(int index)
         Optional. SMB share settings for the volume.
         
        repeated .google.cloud.netapp.v1.SMBSettings smb_settings = 13 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        getSmbSettings in interface VolumeOrBuilder
        Parameters:
        index - The index of the element to return.
        Returns:
        The smbSettings at the given index.
      • getSmbSettingsValueList

        public List<Integer> getSmbSettingsValueList()
         Optional. SMB share settings for the volume.
         
        repeated .google.cloud.netapp.v1.SMBSettings smb_settings = 13 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        getSmbSettingsValueList in interface VolumeOrBuilder
        Returns:
        A list containing the enum numeric values on the wire for smbSettings.
      • getSmbSettingsValue

        public int getSmbSettingsValue​(int index)
         Optional. SMB share settings for the volume.
         
        repeated .google.cloud.netapp.v1.SMBSettings smb_settings = 13 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        getSmbSettingsValue in interface VolumeOrBuilder
        Parameters:
        index - The index of the value to return.
        Returns:
        The enum numeric value on the wire of smbSettings at the given index.
      • getMountOptionsList

        public List<MountOption> getMountOptionsList()
         Output only. Mount options of this volume
         
        repeated .google.cloud.netapp.v1.MountOption mount_options = 14 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getMountOptionsList in interface VolumeOrBuilder
      • getMountOptionsCount

        public int getMountOptionsCount()
         Output only. Mount options of this volume
         
        repeated .google.cloud.netapp.v1.MountOption mount_options = 14 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getMountOptionsCount in interface VolumeOrBuilder
      • getMountOptions

        public MountOption getMountOptions​(int index)
         Output only. Mount options of this volume
         
        repeated .google.cloud.netapp.v1.MountOption mount_options = 14 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getMountOptions in interface VolumeOrBuilder
      • getMountOptionsOrBuilder

        public MountOptionOrBuilder getMountOptionsOrBuilder​(int index)
         Output only. Mount options of this volume
         
        repeated .google.cloud.netapp.v1.MountOption mount_options = 14 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getMountOptionsOrBuilder in interface VolumeOrBuilder
      • getUnixPermissions

        public String getUnixPermissions()
         Optional. Default unix style permission (e.g. 777) the mount point will be
         created with. Applicable for NFS protocol types only.
         
        string unix_permissions = 15 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        getUnixPermissions in interface VolumeOrBuilder
        Returns:
        The unixPermissions.
      • getUnixPermissionsBytes

        public com.google.protobuf.ByteString getUnixPermissionsBytes()
         Optional. Default unix style permission (e.g. 777) the mount point will be
         created with. Applicable for NFS protocol types only.
         
        string unix_permissions = 15 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        getUnixPermissionsBytes in interface VolumeOrBuilder
        Returns:
        The bytes for unixPermissions.
      • getLabelsCount

        public int getLabelsCount()
        Description copied from interface: VolumeOrBuilder
         Optional. Labels as key value pairs
         
        map<string, string> labels = 16 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        getLabelsCount in interface VolumeOrBuilder
      • containsLabels

        public boolean containsLabels​(String key)
         Optional. Labels as key value pairs
         
        map<string, string> labels = 16 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        containsLabels in interface VolumeOrBuilder
      • getLabelsMap

        public Map<String,​String> getLabelsMap()
         Optional. Labels as key value pairs
         
        map<string, string> labels = 16 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        getLabelsMap in interface VolumeOrBuilder
      • getLabelsOrDefault

        public String getLabelsOrDefault​(String key,
                                         String defaultValue)
         Optional. Labels as key value pairs
         
        map<string, string> labels = 16 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        getLabelsOrDefault in interface VolumeOrBuilder
      • getLabelsOrThrow

        public String getLabelsOrThrow​(String key)
         Optional. Labels as key value pairs
         
        map<string, string> labels = 16 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        getLabelsOrThrow in interface VolumeOrBuilder
      • getDescription

        public String getDescription()
         Optional. Description of the volume
         
        string description = 17 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        getDescription in interface VolumeOrBuilder
        Returns:
        The description.
      • getDescriptionBytes

        public com.google.protobuf.ByteString getDescriptionBytes()
         Optional. Description of the volume
         
        string description = 17 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        getDescriptionBytes in interface VolumeOrBuilder
        Returns:
        The bytes for description.
      • hasSnapshotPolicy

        public boolean hasSnapshotPolicy()
         Optional. SnapshotPolicy for a volume.
         
        .google.cloud.netapp.v1.SnapshotPolicy snapshot_policy = 18 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        hasSnapshotPolicy in interface VolumeOrBuilder
        Returns:
        Whether the snapshotPolicy field is set.
      • getSnapshotPolicy

        public SnapshotPolicy getSnapshotPolicy()
         Optional. SnapshotPolicy for a volume.
         
        .google.cloud.netapp.v1.SnapshotPolicy snapshot_policy = 18 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        getSnapshotPolicy in interface VolumeOrBuilder
        Returns:
        The snapshotPolicy.
      • getSnapReserve

        public double getSnapReserve()
         Optional. Snap_reserve specifies percentage of volume storage reserved for
         snapshot storage. Default is 0 percent.
         
        double snap_reserve = 19 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        getSnapReserve in interface VolumeOrBuilder
        Returns:
        The snapReserve.
      • getSnapshotDirectory

        public boolean getSnapshotDirectory()
         Optional. Snapshot_directory if enabled (true) the volume will contain a
         read-only .snapshot directory which provides access to each of the volume's
         snapshots.
         
        bool snapshot_directory = 20 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        getSnapshotDirectory in interface VolumeOrBuilder
        Returns:
        The snapshotDirectory.
      • getUsedGib

        public long getUsedGib()
         Output only. Used capacity in GIB of the volume. This is computed
         periodically and it does not represent the realtime usage.
         
        int64 used_gib = 21 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getUsedGib in interface VolumeOrBuilder
        Returns:
        The usedGib.
      • getSecurityStyleValue

        public int getSecurityStyleValue()
         Optional. Security Style of the Volume
         
        .google.cloud.netapp.v1.SecurityStyle security_style = 22 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        getSecurityStyleValue in interface VolumeOrBuilder
        Returns:
        The enum numeric value on the wire for securityStyle.
      • getSecurityStyle

        public SecurityStyle getSecurityStyle()
         Optional. Security Style of the Volume
         
        .google.cloud.netapp.v1.SecurityStyle security_style = 22 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        getSecurityStyle in interface VolumeOrBuilder
        Returns:
        The securityStyle.
      • getKerberosEnabled

        public boolean getKerberosEnabled()
         Optional. Flag indicating if the volume is a kerberos volume or not, export
         policy rules control kerberos security modes (krb5, krb5i, krb5p).
         
        bool kerberos_enabled = 23 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        getKerberosEnabled in interface VolumeOrBuilder
        Returns:
        The kerberosEnabled.
      • getLdapEnabled

        public boolean getLdapEnabled()
         Output only. Flag indicating if the volume is NFS LDAP enabled or not.
         
        bool ldap_enabled = 24 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getLdapEnabled in interface VolumeOrBuilder
        Returns:
        The ldapEnabled.
      • getActiveDirectory

        public String getActiveDirectory()
         Output only. Specifies the ActiveDirectory name of a SMB volume.
         
        string active_directory = 25 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
        Specified by:
        getActiveDirectory in interface VolumeOrBuilder
        Returns:
        The activeDirectory.
      • getActiveDirectoryBytes

        public com.google.protobuf.ByteString getActiveDirectoryBytes()
         Output only. Specifies the ActiveDirectory name of a SMB volume.
         
        string active_directory = 25 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
        Specified by:
        getActiveDirectoryBytes in interface VolumeOrBuilder
        Returns:
        The bytes for activeDirectory.
      • hasRestoreParameters

        public boolean hasRestoreParameters()
         Optional. Specifies the source of the volume to be created from.
         
        .google.cloud.netapp.v1.RestoreParameters restore_parameters = 26 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        hasRestoreParameters in interface VolumeOrBuilder
        Returns:
        Whether the restoreParameters field is set.
      • getRestoreParameters

        public RestoreParameters getRestoreParameters()
         Optional. Specifies the source of the volume to be created from.
         
        .google.cloud.netapp.v1.RestoreParameters restore_parameters = 26 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        getRestoreParameters in interface VolumeOrBuilder
        Returns:
        The restoreParameters.
      • getKmsConfig

        public String getKmsConfig()
         Output only. Specifies the KMS config to be used for volume encryption.
         
        string kms_config = 27 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
        Specified by:
        getKmsConfig in interface VolumeOrBuilder
        Returns:
        The kmsConfig.
      • getKmsConfigBytes

        public com.google.protobuf.ByteString getKmsConfigBytes()
         Output only. Specifies the KMS config to be used for volume encryption.
         
        string kms_config = 27 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
        Specified by:
        getKmsConfigBytes in interface VolumeOrBuilder
        Returns:
        The bytes for kmsConfig.
      • getEncryptionTypeValue

        public int getEncryptionTypeValue()
         Output only. Specified the current volume encryption key source.
         
        .google.cloud.netapp.v1.EncryptionType encryption_type = 28 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getEncryptionTypeValue in interface VolumeOrBuilder
        Returns:
        The enum numeric value on the wire for encryptionType.
      • getEncryptionType

        public EncryptionType getEncryptionType()
         Output only. Specified the current volume encryption key source.
         
        .google.cloud.netapp.v1.EncryptionType encryption_type = 28 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getEncryptionType in interface VolumeOrBuilder
        Returns:
        The encryptionType.
      • getHasReplication

        public boolean getHasReplication()
         Output only. Indicates whether the volume is part of a replication
         relationship.
         
        bool has_replication = 29 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getHasReplication in interface VolumeOrBuilder
        Returns:
        The hasReplication.
      • getRestrictedActionsList

        public List<RestrictedAction> getRestrictedActionsList()
         Optional. List of actions that are restricted on this volume.
         
        repeated .google.cloud.netapp.v1.RestrictedAction restricted_actions = 31 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        getRestrictedActionsList in interface VolumeOrBuilder
        Returns:
        A list containing the restrictedActions.
      • getRestrictedActionsCount

        public int getRestrictedActionsCount()
         Optional. List of actions that are restricted on this volume.
         
        repeated .google.cloud.netapp.v1.RestrictedAction restricted_actions = 31 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        getRestrictedActionsCount in interface VolumeOrBuilder
        Returns:
        The count of restrictedActions.
      • getRestrictedActions

        public RestrictedAction getRestrictedActions​(int index)
         Optional. List of actions that are restricted on this volume.
         
        repeated .google.cloud.netapp.v1.RestrictedAction restricted_actions = 31 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        getRestrictedActions in interface VolumeOrBuilder
        Parameters:
        index - The index of the element to return.
        Returns:
        The restrictedActions at the given index.
      • getRestrictedActionsValueList

        public List<Integer> getRestrictedActionsValueList()
         Optional. List of actions that are restricted on this volume.
         
        repeated .google.cloud.netapp.v1.RestrictedAction restricted_actions = 31 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        getRestrictedActionsValueList in interface VolumeOrBuilder
        Returns:
        A list containing the enum numeric values on the wire for restrictedActions.
      • getRestrictedActionsValue

        public int getRestrictedActionsValue​(int index)
         Optional. List of actions that are restricted on this volume.
         
        repeated .google.cloud.netapp.v1.RestrictedAction restricted_actions = 31 [(.google.api.field_behavior) = OPTIONAL];
        Specified by:
        getRestrictedActionsValue in interface VolumeOrBuilder
        Parameters:
        index - The index of the value to return.
        Returns:
        The enum numeric value on the wire of restrictedActions at the given index.
      • 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 Volume parseFrom​(ByteBuffer data)
                                throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

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

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

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

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

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

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

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

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

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

        public static Volume getDefaultInstance()
      • parser

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

        public com.google.protobuf.Parser<Volume> 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 Volume getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder