Package com.google.cloud.compute.v1.stub
Class RegionBackendServicesStub
- java.lang.Object
-
- com.google.cloud.compute.v1.stub.RegionBackendServicesStub
-
- All Implemented Interfaces:
com.google.api.gax.core.BackgroundResource
,AutoCloseable
- Direct Known Subclasses:
HttpJsonRegionBackendServicesStub
@Generated("by gapic-generator-java") public abstract class RegionBackendServicesStub extends Object implements com.google.api.gax.core.BackgroundResource
Base stub class for the RegionBackendServices service API.This class is for advanced usage and reflects the underlying API directly.
-
-
Constructor Summary
Constructors Constructor Description RegionBackendServicesStub()
-
Method Summary
-
-
-
Method Detail
-
deleteOperationCallable
public com.google.api.gax.rpc.OperationCallable<DeleteRegionBackendServiceRequest,Operation,Operation> deleteOperationCallable()
-
deleteCallable
public com.google.api.gax.rpc.UnaryCallable<DeleteRegionBackendServiceRequest,Operation> deleteCallable()
-
getCallable
public com.google.api.gax.rpc.UnaryCallable<GetRegionBackendServiceRequest,BackendService> getCallable()
-
getHealthCallable
public com.google.api.gax.rpc.UnaryCallable<GetHealthRegionBackendServiceRequest,BackendServiceGroupHealth> getHealthCallable()
-
getIamPolicyCallable
public com.google.api.gax.rpc.UnaryCallable<GetIamPolicyRegionBackendServiceRequest,Policy> getIamPolicyCallable()
-
insertOperationCallable
public com.google.api.gax.rpc.OperationCallable<InsertRegionBackendServiceRequest,Operation,Operation> insertOperationCallable()
-
insertCallable
public com.google.api.gax.rpc.UnaryCallable<InsertRegionBackendServiceRequest,Operation> insertCallable()
-
listPagedCallable
public com.google.api.gax.rpc.UnaryCallable<ListRegionBackendServicesRequest,RegionBackendServicesClient.ListPagedResponse> listPagedCallable()
-
listCallable
public com.google.api.gax.rpc.UnaryCallable<ListRegionBackendServicesRequest,BackendServiceList> listCallable()
-
patchOperationCallable
public com.google.api.gax.rpc.OperationCallable<PatchRegionBackendServiceRequest,Operation,Operation> patchOperationCallable()
-
patchCallable
public com.google.api.gax.rpc.UnaryCallable<PatchRegionBackendServiceRequest,Operation> patchCallable()
-
setIamPolicyCallable
public com.google.api.gax.rpc.UnaryCallable<SetIamPolicyRegionBackendServiceRequest,Policy> setIamPolicyCallable()
-
updateOperationCallable
public com.google.api.gax.rpc.OperationCallable<UpdateRegionBackendServiceRequest,Operation,Operation> updateOperationCallable()
-
updateCallable
public com.google.api.gax.rpc.UnaryCallable<UpdateRegionBackendServiceRequest,Operation> updateCallable()
-
close
public abstract void close()
- Specified by:
close
in interfaceAutoCloseable
-
-