Class ConfigServiceV2Stub (3.16.2)

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.

Inheritance

java.lang.Object > ConfigServiceV2Stub

Implements

BackgroundResource

Constructors

ConfigServiceV2Stub()

public ConfigServiceV2Stub()

Methods

close()

public abstract void close()

copyLogEntriesCallable()

public UnaryCallable<CopyLogEntriesRequest,Operation> copyLogEntriesCallable()
Returns
TypeDescription
UnaryCallable<CopyLogEntriesRequest,Operation>

copyLogEntriesOperationCallable()

public OperationCallable<CopyLogEntriesRequest,CopyLogEntriesResponse,CopyLogEntriesMetadata> copyLogEntriesOperationCallable()
Returns
TypeDescription
OperationCallable<CopyLogEntriesRequest,CopyLogEntriesResponse,CopyLogEntriesMetadata>

createBucketAsyncCallable()

public UnaryCallable<CreateBucketRequest,Operation> createBucketAsyncCallable()
Returns
TypeDescription
UnaryCallable<CreateBucketRequest,Operation>

createBucketAsyncOperationCallable()

public OperationCallable<CreateBucketRequest,LogBucket,BucketMetadata> createBucketAsyncOperationCallable()
Returns
TypeDescription
OperationCallable<CreateBucketRequest,LogBucket,BucketMetadata>

createBucketCallable()

public UnaryCallable<CreateBucketRequest,LogBucket> createBucketCallable()
Returns
TypeDescription
UnaryCallable<CreateBucketRequest,LogBucket>

createExclusionCallable()

public UnaryCallable<CreateExclusionRequest,LogExclusion> createExclusionCallable()
Returns
TypeDescription
UnaryCallable<CreateExclusionRequest,LogExclusion>

createLinkCallable()

public UnaryCallable<CreateLinkRequest,Operation> createLinkCallable()
Returns
TypeDescription
UnaryCallable<CreateLinkRequest,Operation>

createLinkOperationCallable()

public OperationCallable<CreateLinkRequest,Link,LinkMetadata> createLinkOperationCallable()
Returns
TypeDescription
OperationCallable<CreateLinkRequest,Link,LinkMetadata>

createSinkCallable()

public UnaryCallable<CreateSinkRequest,LogSink> createSinkCallable()
Returns
TypeDescription
UnaryCallable<CreateSinkRequest,LogSink>

createViewCallable()

public UnaryCallable<CreateViewRequest,LogView> createViewCallable()
Returns
TypeDescription
UnaryCallable<CreateViewRequest,LogView>

deleteBucketCallable()

public UnaryCallable<DeleteBucketRequest,Empty> deleteBucketCallable()
Returns
TypeDescription
UnaryCallable<DeleteBucketRequest,Empty>

deleteExclusionCallable()

public UnaryCallable<DeleteExclusionRequest,Empty> deleteExclusionCallable()
Returns
TypeDescription
UnaryCallable<DeleteExclusionRequest,Empty>

deleteLinkCallable()

public UnaryCallable<DeleteLinkRequest,Operation> deleteLinkCallable()
Returns
TypeDescription
UnaryCallable<DeleteLinkRequest,Operation>

deleteLinkOperationCallable()

public OperationCallable<DeleteLinkRequest,Empty,LinkMetadata> deleteLinkOperationCallable()
Returns
TypeDescription
OperationCallable<DeleteLinkRequest,Empty,LinkMetadata>

deleteSinkCallable()

public UnaryCallable<DeleteSinkRequest,Empty> deleteSinkCallable()
Returns
TypeDescription
UnaryCallable<DeleteSinkRequest,Empty>

deleteViewCallable()

public UnaryCallable<DeleteViewRequest,Empty> deleteViewCallable()
Returns
TypeDescription
UnaryCallable<DeleteViewRequest,Empty>

getBucketCallable()

public UnaryCallable<GetBucketRequest,LogBucket> getBucketCallable()
Returns
TypeDescription
UnaryCallable<GetBucketRequest,LogBucket>

getCmekSettingsCallable()

public UnaryCallable<GetCmekSettingsRequest,CmekSettings> getCmekSettingsCallable()
Returns
TypeDescription
UnaryCallable<GetCmekSettingsRequest,CmekSettings>

getExclusionCallable()

public UnaryCallable<GetExclusionRequest,LogExclusion> getExclusionCallable()
Returns
TypeDescription
UnaryCallable<GetExclusionRequest,LogExclusion>

getLinkCallable()

public UnaryCallable<GetLinkRequest,Link> getLinkCallable()
Returns
TypeDescription
UnaryCallable<GetLinkRequest,Link>

getOperationsStub()

public OperationsStub getOperationsStub()
Returns
TypeDescription
OperationsStub

getSettingsCallable()

public UnaryCallable<GetSettingsRequest,Settings> getSettingsCallable()
Returns
TypeDescription
UnaryCallable<GetSettingsRequest,Settings>

getSinkCallable()

public UnaryCallable<GetSinkRequest,LogSink> getSinkCallable()
Returns
TypeDescription
UnaryCallable<GetSinkRequest,LogSink>

getViewCallable()

public UnaryCallable<GetViewRequest,LogView> getViewCallable()
Returns
TypeDescription
UnaryCallable<GetViewRequest,LogView>

listBucketsCallable()

public UnaryCallable<ListBucketsRequest,ListBucketsResponse> listBucketsCallable()
Returns
TypeDescription
UnaryCallable<ListBucketsRequest,ListBucketsResponse>

listBucketsPagedCallable()

public UnaryCallable<ListBucketsRequest,ConfigClient.ListBucketsPagedResponse> listBucketsPagedCallable()
Returns
TypeDescription
UnaryCallable<ListBucketsRequest,ListBucketsPagedResponse>

listExclusionsCallable()

public UnaryCallable<ListExclusionsRequest,ListExclusionsResponse> listExclusionsCallable()
Returns
TypeDescription
UnaryCallable<ListExclusionsRequest,ListExclusionsResponse>

listExclusionsPagedCallable()

public UnaryCallable<ListExclusionsRequest,ConfigClient.ListExclusionsPagedResponse> listExclusionsPagedCallable()
Returns
TypeDescription
UnaryCallable<ListExclusionsRequest,ListExclusionsPagedResponse>

listLinksCallable()

public UnaryCallable<ListLinksRequest,ListLinksResponse> listLinksCallable()
Returns
TypeDescription
UnaryCallable<ListLinksRequest,ListLinksResponse>

listLinksPagedCallable()

public UnaryCallable<ListLinksRequest,ConfigClient.ListLinksPagedResponse> listLinksPagedCallable()
Returns
TypeDescription
UnaryCallable<ListLinksRequest,ListLinksPagedResponse>

listSinksCallable()

public UnaryCallable<ListSinksRequest,ListSinksResponse> listSinksCallable()
Returns
TypeDescription
UnaryCallable<ListSinksRequest,ListSinksResponse>

listSinksPagedCallable()

public UnaryCallable<ListSinksRequest,ConfigClient.ListSinksPagedResponse> listSinksPagedCallable()
Returns
TypeDescription
UnaryCallable<ListSinksRequest,ListSinksPagedResponse>

listViewsCallable()

public UnaryCallable<ListViewsRequest,ListViewsResponse> listViewsCallable()
Returns
TypeDescription
UnaryCallable<ListViewsRequest,ListViewsResponse>

listViewsPagedCallable()

public UnaryCallable<ListViewsRequest,ConfigClient.ListViewsPagedResponse> listViewsPagedCallable()
Returns
TypeDescription
UnaryCallable<ListViewsRequest,ListViewsPagedResponse>

undeleteBucketCallable()

public UnaryCallable<UndeleteBucketRequest,Empty> undeleteBucketCallable()
Returns
TypeDescription
UnaryCallable<UndeleteBucketRequest,Empty>

updateBucketAsyncCallable()

public UnaryCallable<UpdateBucketRequest,Operation> updateBucketAsyncCallable()
Returns
TypeDescription
UnaryCallable<UpdateBucketRequest,Operation>

updateBucketAsyncOperationCallable()

public OperationCallable<UpdateBucketRequest,LogBucket,BucketMetadata> updateBucketAsyncOperationCallable()
Returns
TypeDescription
OperationCallable<UpdateBucketRequest,LogBucket,BucketMetadata>

updateBucketCallable()

public UnaryCallable<UpdateBucketRequest,LogBucket> updateBucketCallable()
Returns
TypeDescription
UnaryCallable<UpdateBucketRequest,LogBucket>

updateCmekSettingsCallable()

public UnaryCallable<UpdateCmekSettingsRequest,CmekSettings> updateCmekSettingsCallable()
Returns
TypeDescription
UnaryCallable<UpdateCmekSettingsRequest,CmekSettings>

updateExclusionCallable()

public UnaryCallable<UpdateExclusionRequest,LogExclusion> updateExclusionCallable()
Returns
TypeDescription
UnaryCallable<UpdateExclusionRequest,LogExclusion>

updateSettingsCallable()

public UnaryCallable<UpdateSettingsRequest,Settings> updateSettingsCallable()
Returns
TypeDescription
UnaryCallable<UpdateSettingsRequest,Settings>

updateSinkCallable()

public UnaryCallable<UpdateSinkRequest,LogSink> updateSinkCallable()
Returns
TypeDescription
UnaryCallable<UpdateSinkRequest,LogSink>

updateViewCallable()

public UnaryCallable<UpdateViewRequest,LogView> updateViewCallable()
Returns
TypeDescription
UnaryCallable<UpdateViewRequest,LogView>