Package com.google.cloud.filestore.v1
Enum NfsExportOptions.SquashMode
- java.lang.Object
-
- java.lang.Enum<NfsExportOptions.SquashMode>
-
- com.google.cloud.filestore.v1.NfsExportOptions.SquashMode
-
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,com.google.protobuf.ProtocolMessageEnum,Serializable,Comparable<NfsExportOptions.SquashMode>
- Enclosing class:
- NfsExportOptions
public static enum NfsExportOptions.SquashMode extends Enum<NfsExportOptions.SquashMode> implements com.google.protobuf.ProtocolMessageEnum
The squash mode.
Protobuf enumgoogle.cloud.filestore.v1.NfsExportOptions.SquashMode
-
-
Enum Constant Summary
Enum Constants Enum Constant Description NO_ROOT_SQUASHThe Root user has root access to the file share (default).ROOT_SQUASHThe Root user has squashed access to the anonymous uid/gid.SQUASH_MODE_UNSPECIFIEDSquashMode not set.UNRECOGNIZED
-
Field Summary
Fields Modifier and Type Field Description static intNO_ROOT_SQUASH_VALUEThe Root user has root access to the file share (default).static intROOT_SQUASH_VALUEThe Root user has squashed access to the anonymous uid/gid.static intSQUASH_MODE_UNSPECIFIED_VALUESquashMode not set.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static NfsExportOptions.SquashModeforNumber(int value)static com.google.protobuf.Descriptors.EnumDescriptorgetDescriptor()com.google.protobuf.Descriptors.EnumDescriptorgetDescriptorForType()intgetNumber()com.google.protobuf.Descriptors.EnumValueDescriptorgetValueDescriptor()static com.google.protobuf.Internal.EnumLiteMap<NfsExportOptions.SquashMode>internalGetValueMap()static NfsExportOptions.SquashModevalueOf(int value)Deprecated.static NfsExportOptions.SquashModevalueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static NfsExportOptions.SquashModevalueOf(String name)Returns the enum constant of this type with the specified name.static NfsExportOptions.SquashMode[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
SQUASH_MODE_UNSPECIFIED
public static final NfsExportOptions.SquashMode SQUASH_MODE_UNSPECIFIED
SquashMode not set.
SQUASH_MODE_UNSPECIFIED = 0;
-
NO_ROOT_SQUASH
public static final NfsExportOptions.SquashMode NO_ROOT_SQUASH
The Root user has root access to the file share (default).
NO_ROOT_SQUASH = 1;
-
ROOT_SQUASH
public static final NfsExportOptions.SquashMode ROOT_SQUASH
The Root user has squashed access to the anonymous uid/gid.
ROOT_SQUASH = 2;
-
UNRECOGNIZED
public static final NfsExportOptions.SquashMode UNRECOGNIZED
-
-
Field Detail
-
SQUASH_MODE_UNSPECIFIED_VALUE
public static final int SQUASH_MODE_UNSPECIFIED_VALUE
SquashMode not set.
SQUASH_MODE_UNSPECIFIED = 0;- See Also:
- Constant Field Values
-
NO_ROOT_SQUASH_VALUE
public static final int NO_ROOT_SQUASH_VALUE
The Root user has root access to the file share (default).
NO_ROOT_SQUASH = 1;- See Also:
- Constant Field Values
-
ROOT_SQUASH_VALUE
public static final int ROOT_SQUASH_VALUE
The Root user has squashed access to the anonymous uid/gid.
ROOT_SQUASH = 2;- See Also:
- Constant Field Values
-
-
Method Detail
-
values
public static NfsExportOptions.SquashMode[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (NfsExportOptions.SquashMode c : NfsExportOptions.SquashMode.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static NfsExportOptions.SquashMode valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
getNumber
public final int getNumber()
- Specified by:
getNumberin interfacecom.google.protobuf.Internal.EnumLite- Specified by:
getNumberin interfacecom.google.protobuf.ProtocolMessageEnum
-
valueOf
@Deprecated public static NfsExportOptions.SquashMode valueOf(int value)
Deprecated.Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
value- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
forNumber
public static NfsExportOptions.SquashMode forNumber(int value)
- Parameters:
value- The numeric wire value of the corresponding enum entry.- Returns:
- The enum associated with the given numeric wire value.
-
internalGetValueMap
public static com.google.protobuf.Internal.EnumLiteMap<NfsExportOptions.SquashMode> internalGetValueMap()
-
getValueDescriptor
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
- Specified by:
getValueDescriptorin interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptorForType
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptor
public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
-
valueOf
public static NfsExportOptions.SquashMode valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
desc- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
-