Uses of Class
com.google.cloud.metastore.v1.FederationName
-
Packages that use FederationName Package Description com.google.cloud.metastore.v1 A client to Dataproc Metastore API -
-
Uses of FederationName in com.google.cloud.metastore.v1
Methods in com.google.cloud.metastore.v1 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.v1 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.v1 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.v1 with type arguments of type FederationName Modifier and Type Method Description static List<String>
FederationName. toStringList(List<FederationName> values)
-