Package com.google.cloud.compute.v1.stub
Class BackendServicesStub
- java.lang.Object
-
- com.google.cloud.compute.v1.stub.BackendServicesStub
-
- All Implemented Interfaces:
com.google.api.gax.core.BackgroundResource
,AutoCloseable
- Direct Known Subclasses:
HttpJsonBackendServicesStub
@Generated("by gapic-generator-java") public abstract class BackendServicesStub extends Object implements com.google.api.gax.core.BackgroundResource
Base stub class for the BackendServices service API.This class is for advanced usage and reflects the underlying API directly.
-
-
Constructor Summary
Constructors Constructor Description BackendServicesStub()
-
Method Summary
-
-
-
Method Detail
-
addSignedUrlKeyOperationCallable
public com.google.api.gax.rpc.OperationCallable<AddSignedUrlKeyBackendServiceRequest,Operation,Operation> addSignedUrlKeyOperationCallable()
-
addSignedUrlKeyCallable
public com.google.api.gax.rpc.UnaryCallable<AddSignedUrlKeyBackendServiceRequest,Operation> addSignedUrlKeyCallable()
-
aggregatedListPagedCallable
public com.google.api.gax.rpc.UnaryCallable<AggregatedListBackendServicesRequest,BackendServicesClient.AggregatedListPagedResponse> aggregatedListPagedCallable()
-
aggregatedListCallable
public com.google.api.gax.rpc.UnaryCallable<AggregatedListBackendServicesRequest,BackendServiceAggregatedList> aggregatedListCallable()
-
deleteOperationCallable
public com.google.api.gax.rpc.OperationCallable<DeleteBackendServiceRequest,Operation,Operation> deleteOperationCallable()
-
deleteCallable
public com.google.api.gax.rpc.UnaryCallable<DeleteBackendServiceRequest,Operation> deleteCallable()
-
deleteSignedUrlKeyOperationCallable
public com.google.api.gax.rpc.OperationCallable<DeleteSignedUrlKeyBackendServiceRequest,Operation,Operation> deleteSignedUrlKeyOperationCallable()
-
deleteSignedUrlKeyCallable
public com.google.api.gax.rpc.UnaryCallable<DeleteSignedUrlKeyBackendServiceRequest,Operation> deleteSignedUrlKeyCallable()
-
getCallable
public com.google.api.gax.rpc.UnaryCallable<GetBackendServiceRequest,BackendService> getCallable()
-
getHealthCallable
public com.google.api.gax.rpc.UnaryCallable<GetHealthBackendServiceRequest,BackendServiceGroupHealth> getHealthCallable()
-
getIamPolicyCallable
public com.google.api.gax.rpc.UnaryCallable<GetIamPolicyBackendServiceRequest,Policy> getIamPolicyCallable()
-
insertOperationCallable
public com.google.api.gax.rpc.OperationCallable<InsertBackendServiceRequest,Operation,Operation> insertOperationCallable()
-
insertCallable
public com.google.api.gax.rpc.UnaryCallable<InsertBackendServiceRequest,Operation> insertCallable()
-
listPagedCallable
public com.google.api.gax.rpc.UnaryCallable<ListBackendServicesRequest,BackendServicesClient.ListPagedResponse> listPagedCallable()
-
listCallable
public com.google.api.gax.rpc.UnaryCallable<ListBackendServicesRequest,BackendServiceList> listCallable()
-
patchOperationCallable
public com.google.api.gax.rpc.OperationCallable<PatchBackendServiceRequest,Operation,Operation> patchOperationCallable()
-
patchCallable
public com.google.api.gax.rpc.UnaryCallable<PatchBackendServiceRequest,Operation> patchCallable()
-
setEdgeSecurityPolicyOperationCallable
public com.google.api.gax.rpc.OperationCallable<SetEdgeSecurityPolicyBackendServiceRequest,Operation,Operation> setEdgeSecurityPolicyOperationCallable()
-
setEdgeSecurityPolicyCallable
public com.google.api.gax.rpc.UnaryCallable<SetEdgeSecurityPolicyBackendServiceRequest,Operation> setEdgeSecurityPolicyCallable()
-
setIamPolicyCallable
public com.google.api.gax.rpc.UnaryCallable<SetIamPolicyBackendServiceRequest,Policy> setIamPolicyCallable()
-
setSecurityPolicyOperationCallable
public com.google.api.gax.rpc.OperationCallable<SetSecurityPolicyBackendServiceRequest,Operation,Operation> setSecurityPolicyOperationCallable()
-
setSecurityPolicyCallable
public com.google.api.gax.rpc.UnaryCallable<SetSecurityPolicyBackendServiceRequest,Operation> setSecurityPolicyCallable()
-
updateOperationCallable
public com.google.api.gax.rpc.OperationCallable<UpdateBackendServiceRequest,Operation,Operation> updateOperationCallable()
-
updateCallable
public com.google.api.gax.rpc.UnaryCallable<UpdateBackendServiceRequest,Operation> updateCallable()
-
close
public abstract void close()
- Specified by:
close
in interfaceAutoCloseable
-
-