Package com.google.cloud.compute.v1.stub
Class BackendBucketsStub
- java.lang.Object
-
- com.google.cloud.compute.v1.stub.BackendBucketsStub
-
- All Implemented Interfaces:
com.google.api.gax.core.BackgroundResource
,AutoCloseable
- Direct Known Subclasses:
HttpJsonBackendBucketsStub
@Generated("by gapic-generator-java") public abstract class BackendBucketsStub extends Object implements com.google.api.gax.core.BackgroundResource
Base stub class for the BackendBuckets service API.This class is for advanced usage and reflects the underlying API directly.
-
-
Constructor Summary
Constructors Constructor Description BackendBucketsStub()
-
Method Summary
-
-
-
Method Detail
-
addSignedUrlKeyOperationCallable
public com.google.api.gax.rpc.OperationCallable<AddSignedUrlKeyBackendBucketRequest,Operation,Operation> addSignedUrlKeyOperationCallable()
-
addSignedUrlKeyCallable
public com.google.api.gax.rpc.UnaryCallable<AddSignedUrlKeyBackendBucketRequest,Operation> addSignedUrlKeyCallable()
-
deleteOperationCallable
public com.google.api.gax.rpc.OperationCallable<DeleteBackendBucketRequest,Operation,Operation> deleteOperationCallable()
-
deleteCallable
public com.google.api.gax.rpc.UnaryCallable<DeleteBackendBucketRequest,Operation> deleteCallable()
-
deleteSignedUrlKeyOperationCallable
public com.google.api.gax.rpc.OperationCallable<DeleteSignedUrlKeyBackendBucketRequest,Operation,Operation> deleteSignedUrlKeyOperationCallable()
-
deleteSignedUrlKeyCallable
public com.google.api.gax.rpc.UnaryCallable<DeleteSignedUrlKeyBackendBucketRequest,Operation> deleteSignedUrlKeyCallable()
-
getCallable
public com.google.api.gax.rpc.UnaryCallable<GetBackendBucketRequest,BackendBucket> getCallable()
-
insertOperationCallable
public com.google.api.gax.rpc.OperationCallable<InsertBackendBucketRequest,Operation,Operation> insertOperationCallable()
-
insertCallable
public com.google.api.gax.rpc.UnaryCallable<InsertBackendBucketRequest,Operation> insertCallable()
-
listPagedCallable
public com.google.api.gax.rpc.UnaryCallable<ListBackendBucketsRequest,BackendBucketsClient.ListPagedResponse> listPagedCallable()
-
listCallable
public com.google.api.gax.rpc.UnaryCallable<ListBackendBucketsRequest,BackendBucketList> listCallable()
-
patchOperationCallable
public com.google.api.gax.rpc.OperationCallable<PatchBackendBucketRequest,Operation,Operation> patchOperationCallable()
-
patchCallable
public com.google.api.gax.rpc.UnaryCallable<PatchBackendBucketRequest,Operation> patchCallable()
-
setEdgeSecurityPolicyOperationCallable
public com.google.api.gax.rpc.OperationCallable<SetEdgeSecurityPolicyBackendBucketRequest,Operation,Operation> setEdgeSecurityPolicyOperationCallable()
-
setEdgeSecurityPolicyCallable
public com.google.api.gax.rpc.UnaryCallable<SetEdgeSecurityPolicyBackendBucketRequest,Operation> setEdgeSecurityPolicyCallable()
-
updateOperationCallable
public com.google.api.gax.rpc.OperationCallable<UpdateBackendBucketRequest,Operation,Operation> updateOperationCallable()
-
updateCallable
public com.google.api.gax.rpc.UnaryCallable<UpdateBackendBucketRequest,Operation> updateCallable()
-
close
public abstract void close()
- Specified by:
close
in interfaceAutoCloseable
-
-