Uses of Class
com.google.cloud.filestore.v1beta1.Share.State
-
Packages that use Share.State Package Description com.google.cloud.filestore.v1beta1 A client to Cloud Filestore API -
-
Uses of Share.State in com.google.cloud.filestore.v1beta1
Methods in com.google.cloud.filestore.v1beta1 that return Share.State Modifier and Type Method Description static Share.State
Share.State. forNumber(int value)
Share.State
Share.Builder. getState()
Output only.Share.State
Share. getState()
Output only.Share.State
ShareOrBuilder. getState()
Output only.static Share.State
Share.State. valueOf(int value)
Deprecated.static Share.State
Share.State. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static Share.State
Share.State. valueOf(String name)
Returns the enum constant of this type with the specified name.static Share.State[]
Share.State. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.filestore.v1beta1 that return types with arguments of type Share.State Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<Share.State>
Share.State. internalGetValueMap()
Methods in com.google.cloud.filestore.v1beta1 with parameters of type Share.State Modifier and Type Method Description Share.Builder
Share.Builder. setState(Share.State value)
Output only.
-