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