Package com.google.cloud.logging.v2.stub
Class ConfigServiceV2Stub
java.lang.Object
com.google.cloud.logging.v2.stub.ConfigServiceV2Stub
- All Implemented Interfaces:
BackgroundResource,AutoCloseable
- Direct Known Subclasses:
GrpcConfigServiceV2Stub
@Generated("by gapic-generator-java")
public abstract class ConfigServiceV2Stub
extends Object
implements BackgroundResource
Base stub class for the ConfigServiceV2 service API.
This class is for advanced usage and reflects the underlying API directly.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract voidclose()UnaryCallable<DeleteBucketRequest,com.google.protobuf.Empty> UnaryCallable<DeleteExclusionRequest,com.google.protobuf.Empty> OperationCallable<DeleteLinkRequest,com.google.protobuf.Empty, LinkMetadata> UnaryCallable<DeleteSinkRequest,com.google.protobuf.Empty> UnaryCallable<DeleteViewRequest,com.google.protobuf.Empty> UnaryCallable<UndeleteBucketRequest,com.google.protobuf.Empty> 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
-
ConfigServiceV2Stub
public ConfigServiceV2Stub()
-
-
Method Details
-
getOperationsStub
-
listBucketsPagedCallable
public UnaryCallable<ListBucketsRequest,ConfigClient.ListBucketsPagedResponse> listBucketsPagedCallable() -
listBucketsCallable
-
getBucketCallable
-
createBucketAsyncOperationCallable
public OperationCallable<CreateBucketRequest,LogBucket, createBucketAsyncOperationCallable()BucketMetadata> -
createBucketAsyncCallable
-
updateBucketAsyncOperationCallable
public OperationCallable<UpdateBucketRequest,LogBucket, updateBucketAsyncOperationCallable()BucketMetadata> -
updateBucketAsyncCallable
-
createBucketCallable
-
updateBucketCallable
-
deleteBucketCallable
-
undeleteBucketCallable
-
listViewsPagedCallable
-
listViewsCallable
-
getViewCallable
-
createViewCallable
-
updateViewCallable
-
deleteViewCallable
-
listSinksPagedCallable
-
listSinksCallable
-
getSinkCallable
-
createSinkCallable
-
updateSinkCallable
-
deleteSinkCallable
-
createLinkOperationCallable
-
createLinkCallable
-
deleteLinkOperationCallable
public OperationCallable<DeleteLinkRequest,com.google.protobuf.Empty, deleteLinkOperationCallable()LinkMetadata> -
deleteLinkCallable
-
listLinksPagedCallable
-
listLinksCallable
-
getLinkCallable
-
listExclusionsPagedCallable
public UnaryCallable<ListExclusionsRequest,ConfigClient.ListExclusionsPagedResponse> listExclusionsPagedCallable() -
listExclusionsCallable
-
getExclusionCallable
-
createExclusionCallable
-
updateExclusionCallable
-
deleteExclusionCallable
-
getCmekSettingsCallable
-
updateCmekSettingsCallable
-
getSettingsCallable
-
updateSettingsCallable
-
copyLogEntriesOperationCallable
public OperationCallable<CopyLogEntriesRequest,CopyLogEntriesResponse, copyLogEntriesOperationCallable()CopyLogEntriesMetadata> -
copyLogEntriesCallable
-
close
public abstract void close()- Specified by:
closein interfaceAutoCloseable
-