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