Uses of Class
com.google.cloud.filestore.v1beta1.Snapshot.State
-
Packages that use Snapshot.State Package Description com.google.cloud.filestore.v1beta1 A client to Cloud Filestore API -
-
Uses of Snapshot.State in com.google.cloud.filestore.v1beta1
Methods in com.google.cloud.filestore.v1beta1 that return Snapshot.State Modifier and Type Method Description static Snapshot.State
Snapshot.State. forNumber(int value)
Snapshot.State
Snapshot.Builder. getState()
Output only.Snapshot.State
Snapshot. getState()
Output only.Snapshot.State
SnapshotOrBuilder. getState()
Output only.static Snapshot.State
Snapshot.State. valueOf(int value)
Deprecated.static Snapshot.State
Snapshot.State. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static Snapshot.State
Snapshot.State. valueOf(String name)
Returns the enum constant of this type with the specified name.static Snapshot.State[]
Snapshot.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 Snapshot.State Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<Snapshot.State>
Snapshot.State. internalGetValueMap()
Methods in com.google.cloud.filestore.v1beta1 with parameters of type Snapshot.State Modifier and Type Method Description Snapshot.Builder
Snapshot.Builder. setState(Snapshot.State value)
Output only.
-