Uses of Class
com.google.cloud.metastore.v1beta.DataprocMetastoreClient
-
Packages that use DataprocMetastoreClient Package Description com.google.cloud.metastore.v1beta A client to Dataproc Metastore API -
-
Uses of DataprocMetastoreClient in com.google.cloud.metastore.v1beta
Methods in com.google.cloud.metastore.v1beta that return DataprocMetastoreClient Modifier and Type Method Description static DataprocMetastoreClient
DataprocMetastoreClient. create()
Constructs an instance of DataprocMetastoreClient with default settings.static DataprocMetastoreClient
DataprocMetastoreClient. create(DataprocMetastoreSettings settings)
Constructs an instance of DataprocMetastoreClient, using the given settings.static DataprocMetastoreClient
DataprocMetastoreClient. create(DataprocMetastoreStub stub)
Constructs an instance of DataprocMetastoreClient, using the given stub for making calls.
-