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