public class GrpcConfigServiceV2Stub extends ConfigServiceV2Stub
gRPC stub implementation for the ConfigServiceV2 service API.
This class is for advanced usage and reflects the underlying API directly.
Static Methods
create(ClientContext clientContext)
public static final GrpcConfigServiceV2Stub create(ClientContext clientContext)
create(ClientContext clientContext, GrpcStubCallableFactory callableFactory)
public static final GrpcConfigServiceV2Stub create(ClientContext clientContext, GrpcStubCallableFactory callableFactory)
create(ConfigServiceV2StubSettings settings)
public static final GrpcConfigServiceV2Stub create(ConfigServiceV2StubSettings settings)
Constructors
GrpcConfigServiceV2Stub(ConfigServiceV2StubSettings settings, ClientContext clientContext)
protected GrpcConfigServiceV2Stub(ConfigServiceV2StubSettings settings, ClientContext clientContext)
Constructs an instance of GrpcConfigServiceV2Stub, using the given settings. This is protected
so that it is easy to make a subclass, but otherwise, the static factory methods should be
preferred.
GrpcConfigServiceV2Stub(ConfigServiceV2StubSettings settings, ClientContext clientContext, GrpcStubCallableFactory callableFactory)
protected GrpcConfigServiceV2Stub(ConfigServiceV2StubSettings settings, ClientContext clientContext, GrpcStubCallableFactory callableFactory)
Constructs an instance of GrpcConfigServiceV2Stub, using the given settings. This is protected
so that it is easy to make a subclass, but otherwise, the static factory methods should be
preferred.
Methods
awaitTermination(long duration, TimeUnit unit)
public boolean awaitTermination(long duration, TimeUnit unit)
close()
public final void close()
Overrides
copyLogEntriesCallable()
public UnaryCallable<CopyLogEntriesRequest,Operation> copyLogEntriesCallable()
Overrides
copyLogEntriesOperationCallable()
public OperationCallable<CopyLogEntriesRequest,CopyLogEntriesResponse,CopyLogEntriesMetadata> copyLogEntriesOperationCallable()
Overrides
createBucketAsyncCallable()
public UnaryCallable<CreateBucketRequest,Operation> createBucketAsyncCallable()
Overrides
createBucketAsyncOperationCallable()
public OperationCallable<CreateBucketRequest,LogBucket,BucketMetadata> createBucketAsyncOperationCallable()
Overrides
createBucketCallable()
public UnaryCallable<CreateBucketRequest,LogBucket> createBucketCallable()
Overrides
createExclusionCallable()
public UnaryCallable<CreateExclusionRequest,LogExclusion> createExclusionCallable()
Overrides
createLinkCallable()
public UnaryCallable<CreateLinkRequest,Operation> createLinkCallable()
Overrides
createLinkOperationCallable()
public OperationCallable<CreateLinkRequest,Link,LinkMetadata> createLinkOperationCallable()
Overrides
createSinkCallable()
public UnaryCallable<CreateSinkRequest,LogSink> createSinkCallable()
Overrides
createViewCallable()
public UnaryCallable<CreateViewRequest,LogView> createViewCallable()
Overrides
deleteBucketCallable()
public UnaryCallable<DeleteBucketRequest,Empty> deleteBucketCallable()
Overrides
deleteExclusionCallable()
public UnaryCallable<DeleteExclusionRequest,Empty> deleteExclusionCallable()
Overrides
deleteLinkCallable()
public UnaryCallable<DeleteLinkRequest,Operation> deleteLinkCallable()
Overrides
deleteLinkOperationCallable()
public OperationCallable<DeleteLinkRequest,Empty,LinkMetadata> deleteLinkOperationCallable()
Overrides
deleteSinkCallable()
public UnaryCallable<DeleteSinkRequest,Empty> deleteSinkCallable()
Overrides
deleteViewCallable()
public UnaryCallable<DeleteViewRequest,Empty> deleteViewCallable()
Overrides
getBucketCallable()
public UnaryCallable<GetBucketRequest,LogBucket> getBucketCallable()
Overrides
getCmekSettingsCallable()
public UnaryCallable<GetCmekSettingsRequest,CmekSettings> getCmekSettingsCallable()
Overrides
getExclusionCallable()
public UnaryCallable<GetExclusionRequest,LogExclusion> getExclusionCallable()
Overrides
getLinkCallable()
public UnaryCallable<GetLinkRequest,Link> getLinkCallable()
Overrides
getOperationsStub()
public GrpcOperationsStub getOperationsStub()
Overrides
getSettingsCallable()
public UnaryCallable<GetSettingsRequest,Settings> getSettingsCallable()
Overrides
getSinkCallable()
public UnaryCallable<GetSinkRequest,LogSink> getSinkCallable()
Overrides
getViewCallable()
public UnaryCallable<GetViewRequest,LogView> getViewCallable()
Overrides
isShutdown()
public boolean isShutdown()
isTerminated()
public boolean isTerminated()
listBucketsCallable()
public UnaryCallable<ListBucketsRequest,ListBucketsResponse> listBucketsCallable()
Overrides
listBucketsPagedCallable()
public UnaryCallable<ListBucketsRequest,ConfigClient.ListBucketsPagedResponse> listBucketsPagedCallable()
Overrides
listExclusionsCallable()
public UnaryCallable<ListExclusionsRequest,ListExclusionsResponse> listExclusionsCallable()
Overrides
listExclusionsPagedCallable()
public UnaryCallable<ListExclusionsRequest,ConfigClient.ListExclusionsPagedResponse> listExclusionsPagedCallable()
Overrides
listLinksCallable()
public UnaryCallable<ListLinksRequest,ListLinksResponse> listLinksCallable()
Overrides
listLinksPagedCallable()
public UnaryCallable<ListLinksRequest,ConfigClient.ListLinksPagedResponse> listLinksPagedCallable()
Overrides
listSinksCallable()
public UnaryCallable<ListSinksRequest,ListSinksResponse> listSinksCallable()
Overrides
listSinksPagedCallable()
public UnaryCallable<ListSinksRequest,ConfigClient.ListSinksPagedResponse> listSinksPagedCallable()
Overrides
listViewsCallable()
public UnaryCallable<ListViewsRequest,ListViewsResponse> listViewsCallable()
Overrides
listViewsPagedCallable()
public UnaryCallable<ListViewsRequest,ConfigClient.ListViewsPagedResponse> listViewsPagedCallable()
Overrides
shutdown()
shutdownNow()
public void shutdownNow()
undeleteBucketCallable()
public UnaryCallable<UndeleteBucketRequest,Empty> undeleteBucketCallable()
Overrides
updateBucketAsyncCallable()
public UnaryCallable<UpdateBucketRequest,Operation> updateBucketAsyncCallable()
Overrides
updateBucketAsyncOperationCallable()
public OperationCallable<UpdateBucketRequest,LogBucket,BucketMetadata> updateBucketAsyncOperationCallable()
Overrides
updateBucketCallable()
public UnaryCallable<UpdateBucketRequest,LogBucket> updateBucketCallable()
Overrides
updateCmekSettingsCallable()
public UnaryCallable<UpdateCmekSettingsRequest,CmekSettings> updateCmekSettingsCallable()
Overrides
updateExclusionCallable()
public UnaryCallable<UpdateExclusionRequest,LogExclusion> updateExclusionCallable()
Overrides
updateSettingsCallable()
public UnaryCallable<UpdateSettingsRequest,Settings> updateSettingsCallable()
Overrides
updateSinkCallable()
public UnaryCallable<UpdateSinkRequest,LogSink> updateSinkCallable()
Overrides
updateViewCallable()
public UnaryCallable<UpdateViewRequest,LogView> updateViewCallable()
Overrides