Uses of Class
com.google.cloud.metastore.v1alpha.MetadataExport.DestinationCase
-
Packages that use MetadataExport.DestinationCase Package Description com.google.cloud.metastore.v1alpha A client to Dataproc Metastore API -
-
Uses of MetadataExport.DestinationCase in com.google.cloud.metastore.v1alpha
Methods in com.google.cloud.metastore.v1alpha that return MetadataExport.DestinationCase Modifier and Type Method Description static MetadataExport.DestinationCase
MetadataExport.DestinationCase. forNumber(int value)
MetadataExport.DestinationCase
MetadataExport.Builder. getDestinationCase()
MetadataExport.DestinationCase
MetadataExport. getDestinationCase()
MetadataExport.DestinationCase
MetadataExportOrBuilder. getDestinationCase()
static MetadataExport.DestinationCase
MetadataExport.DestinationCase. valueOf(int value)
Deprecated.static MetadataExport.DestinationCase
MetadataExport.DestinationCase. valueOf(String name)
Returns the enum constant of this type with the specified name.static MetadataExport.DestinationCase[]
MetadataExport.DestinationCase. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-