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