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