public abstract class ConfigServiceV2Stub implements BackgroundResource
Base stub class for the ConfigServiceV2 service API.
This class is for advanced usage and reflects the underlying API directly.
Constructors
ConfigServiceV2Stub()
public ConfigServiceV2Stub()
Methods
close()
public abstract void close()
copyLogEntriesCallable()
public UnaryCallable<CopyLogEntriesRequest,Operation> copyLogEntriesCallable()
copyLogEntriesOperationCallable()
public OperationCallable<CopyLogEntriesRequest,CopyLogEntriesResponse,CopyLogEntriesMetadata> copyLogEntriesOperationCallable()
createBucketAsyncCallable()
public UnaryCallable<CreateBucketRequest,Operation> createBucketAsyncCallable()
createBucketAsyncOperationCallable()
public OperationCallable<CreateBucketRequest,LogBucket,BucketMetadata> createBucketAsyncOperationCallable()
createBucketCallable()
public UnaryCallable<CreateBucketRequest,LogBucket> createBucketCallable()
createExclusionCallable()
public UnaryCallable<CreateExclusionRequest,LogExclusion> createExclusionCallable()
createLinkCallable()
public UnaryCallable<CreateLinkRequest,Operation> createLinkCallable()
createLinkOperationCallable()
public OperationCallable<CreateLinkRequest,Link,LinkMetadata> createLinkOperationCallable()
createSinkCallable()
public UnaryCallable<CreateSinkRequest,LogSink> createSinkCallable()
createViewCallable()
public UnaryCallable<CreateViewRequest,LogView> createViewCallable()
deleteBucketCallable()
public UnaryCallable<DeleteBucketRequest,Empty> deleteBucketCallable()
deleteExclusionCallable()
public UnaryCallable<DeleteExclusionRequest,Empty> deleteExclusionCallable()
deleteLinkCallable()
public UnaryCallable<DeleteLinkRequest,Operation> deleteLinkCallable()
deleteLinkOperationCallable()
public OperationCallable<DeleteLinkRequest,Empty,LinkMetadata> deleteLinkOperationCallable()
deleteSinkCallable()
public UnaryCallable<DeleteSinkRequest,Empty> deleteSinkCallable()
deleteViewCallable()
public UnaryCallable<DeleteViewRequest,Empty> deleteViewCallable()
getBucketCallable()
public UnaryCallable<GetBucketRequest,LogBucket> getBucketCallable()
getCmekSettingsCallable()
public UnaryCallable<GetCmekSettingsRequest,CmekSettings> getCmekSettingsCallable()
getExclusionCallable()
public UnaryCallable<GetExclusionRequest,LogExclusion> getExclusionCallable()
getLinkCallable()
public UnaryCallable<GetLinkRequest,Link> getLinkCallable()
getOperationsStub()
public OperationsStub getOperationsStub()
getSettingsCallable()
public UnaryCallable<GetSettingsRequest,Settings> getSettingsCallable()
getSinkCallable()
public UnaryCallable<GetSinkRequest,LogSink> getSinkCallable()
getViewCallable()
public UnaryCallable<GetViewRequest,LogView> getViewCallable()
listBucketsCallable()
public UnaryCallable<ListBucketsRequest,ListBucketsResponse> listBucketsCallable()
listBucketsPagedCallable()
public UnaryCallable<ListBucketsRequest,ConfigClient.ListBucketsPagedResponse> listBucketsPagedCallable()
listExclusionsCallable()
public UnaryCallable<ListExclusionsRequest,ListExclusionsResponse> listExclusionsCallable()
listExclusionsPagedCallable()
public UnaryCallable<ListExclusionsRequest,ConfigClient.ListExclusionsPagedResponse> listExclusionsPagedCallable()
listLinksCallable()
public UnaryCallable<ListLinksRequest,ListLinksResponse> listLinksCallable()
listLinksPagedCallable()
public UnaryCallable<ListLinksRequest,ConfigClient.ListLinksPagedResponse> listLinksPagedCallable()
listSinksCallable()
public UnaryCallable<ListSinksRequest,ListSinksResponse> listSinksCallable()
listSinksPagedCallable()
public UnaryCallable<ListSinksRequest,ConfigClient.ListSinksPagedResponse> listSinksPagedCallable()
listViewsCallable()
public UnaryCallable<ListViewsRequest,ListViewsResponse> listViewsCallable()
listViewsPagedCallable()
public UnaryCallable<ListViewsRequest,ConfigClient.ListViewsPagedResponse> listViewsPagedCallable()
undeleteBucketCallable()
public UnaryCallable<UndeleteBucketRequest,Empty> undeleteBucketCallable()
updateBucketAsyncCallable()
public UnaryCallable<UpdateBucketRequest,Operation> updateBucketAsyncCallable()
updateBucketAsyncOperationCallable()
public OperationCallable<UpdateBucketRequest,LogBucket,BucketMetadata> updateBucketAsyncOperationCallable()
updateBucketCallable()
public UnaryCallable<UpdateBucketRequest,LogBucket> updateBucketCallable()
updateCmekSettingsCallable()
public UnaryCallable<UpdateCmekSettingsRequest,CmekSettings> updateCmekSettingsCallable()
updateExclusionCallable()
public UnaryCallable<UpdateExclusionRequest,LogExclusion> updateExclusionCallable()
updateSettingsCallable()
public UnaryCallable<UpdateSettingsRequest,Settings> updateSettingsCallable()
updateSinkCallable()
public UnaryCallable<UpdateSinkRequest,LogSink> updateSinkCallable()
updateViewCallable()
public UnaryCallable<UpdateViewRequest,LogView> updateViewCallable()