Class RegionBackendServicesStub (1.6.0-beta)

public abstract class RegionBackendServicesStub implements BackgroundResource

Base stub class for the RegionBackendServices service API.

This class is for advanced usage and reflects the underlying API directly.

Inheritance

java.lang.Object > RegionBackendServicesStub

Implements

BackgroundResource

Constructors

RegionBackendServicesStub()

public RegionBackendServicesStub()

Methods

close()

public abstract void close()

deleteCallable()

public UnaryCallable<DeleteRegionBackendServiceRequest,Operation> deleteCallable()
Returns
TypeDescription
UnaryCallable<DeleteRegionBackendServiceRequest,Operation>

deleteOperationCallable()

public OperationCallable<DeleteRegionBackendServiceRequest,Operation,Operation> deleteOperationCallable()
Returns
TypeDescription
OperationCallable<DeleteRegionBackendServiceRequest,Operation,Operation>

getCallable()

public UnaryCallable<GetRegionBackendServiceRequest,BackendService> getCallable()
Returns
TypeDescription
UnaryCallable<GetRegionBackendServiceRequest,BackendService>

getHealthCallable()

public UnaryCallable<GetHealthRegionBackendServiceRequest,BackendServiceGroupHealth> getHealthCallable()
Returns
TypeDescription
UnaryCallable<GetHealthRegionBackendServiceRequest,BackendServiceGroupHealth>

insertCallable()

public UnaryCallable<InsertRegionBackendServiceRequest,Operation> insertCallable()
Returns
TypeDescription
UnaryCallable<InsertRegionBackendServiceRequest,Operation>

insertOperationCallable()

public OperationCallable<InsertRegionBackendServiceRequest,Operation,Operation> insertOperationCallable()
Returns
TypeDescription
OperationCallable<InsertRegionBackendServiceRequest,Operation,Operation>

listCallable()

public UnaryCallable<ListRegionBackendServicesRequest,BackendServiceList> listCallable()
Returns
TypeDescription
UnaryCallable<ListRegionBackendServicesRequest,BackendServiceList>

listPagedCallable()

public UnaryCallable<ListRegionBackendServicesRequest,RegionBackendServicesClient.ListPagedResponse> listPagedCallable()
Returns
TypeDescription
UnaryCallable<ListRegionBackendServicesRequest,ListPagedResponse>

patchCallable()

public UnaryCallable<PatchRegionBackendServiceRequest,Operation> patchCallable()
Returns
TypeDescription
UnaryCallable<PatchRegionBackendServiceRequest,Operation>

patchOperationCallable()

public OperationCallable<PatchRegionBackendServiceRequest,Operation,Operation> patchOperationCallable()
Returns
TypeDescription
OperationCallable<PatchRegionBackendServiceRequest,Operation,Operation>

updateCallable()

public UnaryCallable<UpdateRegionBackendServiceRequest,Operation> updateCallable()
Returns
TypeDescription
UnaryCallable<UpdateRegionBackendServiceRequest,Operation>

updateOperationCallable()

public OperationCallable<UpdateRegionBackendServiceRequest,Operation,Operation> updateOperationCallable()
Returns
TypeDescription
OperationCallable<UpdateRegionBackendServiceRequest,Operation,Operation>