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