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()
createBucketCallable()
public UnaryCallable<CreateBucketRequest,LogBucket> createBucketCallable()
Returns
createExclusionCallable()
public UnaryCallable<CreateExclusionRequest,LogExclusion> createExclusionCallable()
Returns
createSinkCallable()
public UnaryCallable<CreateSinkRequest,LogSink> createSinkCallable()
Returns
createViewCallable()
public UnaryCallable<CreateViewRequest,LogView> createViewCallable()
Returns
deleteBucketCallable()
public UnaryCallable<DeleteBucketRequest,Empty> deleteBucketCallable()
Returns
deleteExclusionCallable()
public UnaryCallable<DeleteExclusionRequest,Empty> deleteExclusionCallable()
Returns
deleteSinkCallable()
public UnaryCallable<DeleteSinkRequest,Empty> deleteSinkCallable()
Returns
deleteViewCallable()
public UnaryCallable<DeleteViewRequest,Empty> deleteViewCallable()
Returns
getBucketCallable()
public UnaryCallable<GetBucketRequest,LogBucket> getBucketCallable()
Returns
getCmekSettingsCallable()
public UnaryCallable<GetCmekSettingsRequest,CmekSettings> getCmekSettingsCallable()
Returns
getExclusionCallable()
public UnaryCallable<GetExclusionRequest,LogExclusion> getExclusionCallable()
Returns
getSinkCallable()
public UnaryCallable<GetSinkRequest,LogSink> getSinkCallable()
Returns
getViewCallable()
public UnaryCallable<GetViewRequest,LogView> getViewCallable()
Returns
listBucketsCallable()
public UnaryCallable<ListBucketsRequest,ListBucketsResponse> listBucketsCallable()
Returns
listBucketsPagedCallable()
public UnaryCallable<ListBucketsRequest,ConfigClient.ListBucketsPagedResponse> listBucketsPagedCallable()
Returns
listExclusionsCallable()
public UnaryCallable<ListExclusionsRequest,ListExclusionsResponse> listExclusionsCallable()
Returns
listExclusionsPagedCallable()
public UnaryCallable<ListExclusionsRequest,ConfigClient.ListExclusionsPagedResponse> listExclusionsPagedCallable()
Returns
listSinksCallable()
public UnaryCallable<ListSinksRequest,ListSinksResponse> listSinksCallable()
Returns
listSinksPagedCallable()
public UnaryCallable<ListSinksRequest,ConfigClient.ListSinksPagedResponse> listSinksPagedCallable()
Returns
listViewsCallable()
public UnaryCallable<ListViewsRequest,ListViewsResponse> listViewsCallable()
Returns
listViewsPagedCallable()
public UnaryCallable<ListViewsRequest,ConfigClient.ListViewsPagedResponse> listViewsPagedCallable()
Returns
undeleteBucketCallable()
public UnaryCallable<UndeleteBucketRequest,Empty> undeleteBucketCallable()
Returns
updateBucketCallable()
public UnaryCallable<UpdateBucketRequest,LogBucket> updateBucketCallable()
Returns
updateCmekSettingsCallable()
public UnaryCallable<UpdateCmekSettingsRequest,CmekSettings> updateCmekSettingsCallable()
Returns
updateExclusionCallable()
public UnaryCallable<UpdateExclusionRequest,LogExclusion> updateExclusionCallable()
Returns
updateSinkCallable()
public UnaryCallable<UpdateSinkRequest,LogSink> updateSinkCallable()
Returns
updateViewCallable()
public UnaryCallable<UpdateViewRequest,LogView> updateViewCallable()
Returns