Class MetastorePartitionServiceStub
java.lang.Object
com.google.cloud.bigquery.storage.v1beta.stub.MetastorePartitionServiceStub
- All Implemented Interfaces:
com.google.api.gax.core.BackgroundResource,AutoCloseable
- Direct Known Subclasses:
GrpcMetastorePartitionServiceStub
@BetaApi
@Generated("by gapic-generator-java")
public abstract class MetastorePartitionServiceStub
extends Object
implements com.google.api.gax.core.BackgroundResource
Base stub class for the MetastorePartitionService service API.
This class is for advanced usage and reflects the underlying API directly.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.google.api.gax.rpc.UnaryCallable<BatchCreateMetastorePartitionsRequest,BatchCreateMetastorePartitionsResponse> com.google.api.gax.rpc.UnaryCallable<BatchDeleteMetastorePartitionsRequest,com.google.protobuf.Empty> com.google.api.gax.rpc.UnaryCallable<BatchUpdateMetastorePartitionsRequest,BatchUpdateMetastorePartitionsResponse> abstract voidclose()com.google.api.gax.rpc.UnaryCallable<ListMetastorePartitionsRequest,ListMetastorePartitionsResponse> com.google.api.gax.rpc.BidiStreamingCallable<StreamMetastorePartitionsRequest,StreamMetastorePartitionsResponse> Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.google.api.gax.core.BackgroundResource
awaitTermination, isShutdown, isTerminated, shutdown, shutdownNow
-
Constructor Details
-
MetastorePartitionServiceStub
public MetastorePartitionServiceStub()
-
-
Method Details
-
batchCreateMetastorePartitionsCallable
public com.google.api.gax.rpc.UnaryCallable<BatchCreateMetastorePartitionsRequest,BatchCreateMetastorePartitionsResponse> batchCreateMetastorePartitionsCallable() -
batchDeleteMetastorePartitionsCallable
public com.google.api.gax.rpc.UnaryCallable<BatchDeleteMetastorePartitionsRequest,com.google.protobuf.Empty> batchDeleteMetastorePartitionsCallable() -
batchUpdateMetastorePartitionsCallable
public com.google.api.gax.rpc.UnaryCallable<BatchUpdateMetastorePartitionsRequest,BatchUpdateMetastorePartitionsResponse> batchUpdateMetastorePartitionsCallable() -
listMetastorePartitionsCallable
public com.google.api.gax.rpc.UnaryCallable<ListMetastorePartitionsRequest,ListMetastorePartitionsResponse> listMetastorePartitionsCallable() -
streamMetastorePartitionsCallable
public com.google.api.gax.rpc.BidiStreamingCallable<StreamMetastorePartitionsRequest,StreamMetastorePartitionsResponse> streamMetastorePartitionsCallable() -
close
public abstract void close()- Specified by:
closein interfaceAutoCloseable
-