Class MetastorePartitionServiceStub
java.lang.Object
com.google.cloud.bigquery.storage.v1alpha.stub.MetastorePartitionServiceStub
- All Implemented Interfaces:
BackgroundResource,AutoCloseable
- Direct Known Subclasses:
GrpcMetastorePartitionServiceStub
@BetaApi
@Generated("by gapic-generator-java")
public abstract class MetastorePartitionServiceStub
extends Object
implements 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 TypeMethodDescriptionUnaryCallable<BatchDeleteMetastorePartitionsRequest,com.google.protobuf.Empty> abstract voidclose()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 UnaryCallable<BatchCreateMetastorePartitionsRequest,BatchCreateMetastorePartitionsResponse> batchCreateMetastorePartitionsCallable() -
batchDeleteMetastorePartitionsCallable
public UnaryCallable<BatchDeleteMetastorePartitionsRequest,com.google.protobuf.Empty> batchDeleteMetastorePartitionsCallable() -
batchUpdateMetastorePartitionsCallable
public UnaryCallable<BatchUpdateMetastorePartitionsRequest,BatchUpdateMetastorePartitionsResponse> batchUpdateMetastorePartitionsCallable() -
listMetastorePartitionsCallable
public UnaryCallable<ListMetastorePartitionsRequest,ListMetastorePartitionsResponse> listMetastorePartitionsCallable() -
streamMetastorePartitionsCallable
public BidiStreamingCallable<StreamMetastorePartitionsRequest,StreamMetastorePartitionsResponse> streamMetastorePartitionsCallable() -
close
public abstract void close()- Specified by:
closein interfaceAutoCloseable
-