public class HttpJsonRegionBackendServicesStub extends RegionBackendServicesStub
REST stub implementation for the RegionBackendServices service API.
This class is for advanced usage and reflects the underlying API directly.
Static Methods
create(ClientContext clientContext)
public static final HttpJsonRegionBackendServicesStub create(ClientContext clientContext)
Parameter
Returns
Exceptions
create(ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)
public static final HttpJsonRegionBackendServicesStub create(ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)
Parameters
Returns
Exceptions
create(RegionBackendServicesStubSettings settings)
public static final HttpJsonRegionBackendServicesStub create(RegionBackendServicesStubSettings settings)
Parameter
Returns
Exceptions
getMethodDescriptors()
public static List<ApiMethodDescriptor> getMethodDescriptors()
Returns
Constructors
HttpJsonRegionBackendServicesStub(RegionBackendServicesStubSettings settings, ClientContext clientContext)
protected HttpJsonRegionBackendServicesStub(RegionBackendServicesStubSettings settings, ClientContext clientContext)
Constructs an instance of HttpJsonRegionBackendServicesStub, using the given settings. This is
protected so that it is easy to make a subclass, but otherwise, the static factory methods
should be preferred.
Parameters
HttpJsonRegionBackendServicesStub(RegionBackendServicesStubSettings settings, ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)
protected HttpJsonRegionBackendServicesStub(RegionBackendServicesStubSettings settings, ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)
Constructs an instance of HttpJsonRegionBackendServicesStub, using the given settings. This is
protected so that it is easy to make a subclass, but otherwise, the static factory methods
should be preferred.
Parameters
Methods
awaitTermination(long duration, TimeUnit unit)
public boolean awaitTermination(long duration, TimeUnit unit)
Parameters
Returns
Exceptions
close()
public final void close()
Overrides
deleteCallable()
public UnaryCallable<DeleteRegionBackendServiceRequest,Operation> deleteCallable()
Returns
Overrides
deleteOperationCallable()
public OperationCallable<DeleteRegionBackendServiceRequest,Operation,Operation> deleteOperationCallable()
Returns
Overrides
getCallable()
public UnaryCallable<GetRegionBackendServiceRequest,BackendService> getCallable()
Returns
Overrides
getHealthCallable()
public UnaryCallable<GetHealthRegionBackendServiceRequest,BackendServiceGroupHealth> getHealthCallable()
Returns
Overrides
getIamPolicyCallable()
public UnaryCallable<GetIamPolicyRegionBackendServiceRequest,Policy> getIamPolicyCallable()
Returns
Overrides
insertCallable()
public UnaryCallable<InsertRegionBackendServiceRequest,Operation> insertCallable()
Returns
Overrides
insertOperationCallable()
public OperationCallable<InsertRegionBackendServiceRequest,Operation,Operation> insertOperationCallable()
Returns
Overrides
isShutdown()
public boolean isShutdown()
Returns
isTerminated()
public boolean isTerminated()
Returns
listCallable()
public UnaryCallable<ListRegionBackendServicesRequest,BackendServiceList> listCallable()
Returns
Overrides
listPagedCallable()
public UnaryCallable<ListRegionBackendServicesRequest,RegionBackendServicesClient.ListPagedResponse> listPagedCallable()
Returns
Overrides
patchCallable()
public UnaryCallable<PatchRegionBackendServiceRequest,Operation> patchCallable()
Returns
Overrides
patchOperationCallable()
public OperationCallable<PatchRegionBackendServiceRequest,Operation,Operation> patchOperationCallable()
Returns
Overrides
setIamPolicyCallable()
public UnaryCallable<SetIamPolicyRegionBackendServiceRequest,Policy> setIamPolicyCallable()
Returns
Overrides
shutdown()
shutdownNow()
public void shutdownNow()
updateCallable()
public UnaryCallable<UpdateRegionBackendServiceRequest,Operation> updateCallable()
Returns
Overrides
updateOperationCallable()
public OperationCallable<UpdateRegionBackendServiceRequest,Operation,Operation> updateOperationCallable()
Returns
Overrides