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