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