Uses of Class
com.google.cloud.metastore.v1beta.LocationName
-
Packages that use LocationName Package Description com.google.cloud.metastore.v1beta A client to Dataproc Metastore API -
-
Uses of LocationName in com.google.cloud.metastore.v1beta
Methods in com.google.cloud.metastore.v1beta that return LocationName Modifier and Type Method Description LocationNameLocationName.Builder. build()static LocationNameLocationName. of(String project, String location)static LocationNameLocationName. parse(String formattedString)Methods in com.google.cloud.metastore.v1beta that return types with arguments of type LocationName Modifier and Type Method Description static List<LocationName>LocationName. parseList(List<String> formattedStrings)Methods in com.google.cloud.metastore.v1beta with parameters of type LocationName Modifier and Type Method Description com.google.api.gax.longrunning.OperationFuture<Federation,OperationMetadata>DataprocMetastoreFederationClient. createFederationAsync(LocationName parent, Federation federation, String federationId)Creates a metastore federation in a project and location.com.google.api.gax.longrunning.OperationFuture<Service,OperationMetadata>DataprocMetastoreClient. createServiceAsync(LocationName parent, Service service, String serviceId)Creates a metastore service in a project and location.DataprocMetastoreFederationClient.ListFederationsPagedResponseDataprocMetastoreFederationClient. listFederations(LocationName parent)Lists federations in a project and location.DataprocMetastoreClient.ListServicesPagedResponseDataprocMetastoreClient. listServices(LocationName parent)Lists services in a project and location.Method parameters in com.google.cloud.metastore.v1beta with type arguments of type LocationName Modifier and Type Method Description static List<String>LocationName. toStringList(List<LocationName> values)
-