Uses of Class
com.google.cloud.metastore.v1alpha.FederationName
-
Packages that use FederationName Package Description com.google.cloud.metastore.v1alpha A client to Dataproc Metastore API -
-
Uses of FederationName in com.google.cloud.metastore.v1alpha
Methods in com.google.cloud.metastore.v1alpha that return FederationName Modifier and Type Method Description FederationName
FederationName.Builder. build()
static FederationName
FederationName. of(String project, String location, String federation)
static FederationName
FederationName. parse(String formattedString)
Methods in com.google.cloud.metastore.v1alpha that return types with arguments of type FederationName Modifier and Type Method Description static List<FederationName>
FederationName. parseList(List<String> formattedStrings)
Methods in com.google.cloud.metastore.v1alpha with parameters of type FederationName Modifier and Type Method Description com.google.api.gax.longrunning.OperationFuture<com.google.protobuf.Empty,OperationMetadata>
DataprocMetastoreFederationClient. deleteFederationAsync(FederationName name)
Deletes a single federation.Federation
DataprocMetastoreFederationClient. getFederation(FederationName name)
Gets the details of a single federation.Method parameters in com.google.cloud.metastore.v1alpha with type arguments of type FederationName Modifier and Type Method Description static List<String>
FederationName. toStringList(List<FederationName> values)
-