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