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)
create(ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)
public static final HttpJsonRegionBackendServicesStub create(ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)
create(RegionBackendServicesStubSettings settings)
public static final HttpJsonRegionBackendServicesStub create(RegionBackendServicesStubSettings settings)
getMethodDescriptors()
public static List<ApiMethodDescriptor> getMethodDescriptors()
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.
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.
Methods
awaitTermination(long duration, TimeUnit unit)
public boolean awaitTermination(long duration, TimeUnit unit)
close()
public final void close()
Overrides
deleteCallable()
public UnaryCallable<DeleteRegionBackendServiceRequest,Operation> deleteCallable()
Overrides
deleteOperationCallable()
public OperationCallable<DeleteRegionBackendServiceRequest,Operation,Operation> deleteOperationCallable()
Overrides
getCallable()
public UnaryCallable<GetRegionBackendServiceRequest,BackendService> getCallable()
Overrides
getHealthCallable()
public UnaryCallable<GetHealthRegionBackendServiceRequest,BackendServiceGroupHealth> getHealthCallable()
Overrides
getIamPolicyCallable()
public UnaryCallable<GetIamPolicyRegionBackendServiceRequest,Policy> getIamPolicyCallable()
Overrides
insertCallable()
public UnaryCallable<InsertRegionBackendServiceRequest,Operation> insertCallable()
Overrides
insertOperationCallable()
public OperationCallable<InsertRegionBackendServiceRequest,Operation,Operation> insertOperationCallable()
Overrides
isShutdown()
public boolean isShutdown()
isTerminated()
public boolean isTerminated()
listCallable()
public UnaryCallable<ListRegionBackendServicesRequest,BackendServiceList> listCallable()
Overrides
listPagedCallable()
public UnaryCallable<ListRegionBackendServicesRequest,RegionBackendServicesClient.ListPagedResponse> listPagedCallable()
Overrides
listUsableCallable()
public UnaryCallable<ListUsableRegionBackendServicesRequest,BackendServiceListUsable> listUsableCallable()
Overrides
listUsablePagedCallable()
public UnaryCallable<ListUsableRegionBackendServicesRequest,RegionBackendServicesClient.ListUsablePagedResponse> listUsablePagedCallable()
Overrides
patchCallable()
public UnaryCallable<PatchRegionBackendServiceRequest,Operation> patchCallable()
Overrides
patchOperationCallable()
public OperationCallable<PatchRegionBackendServiceRequest,Operation,Operation> patchOperationCallable()
Overrides
setIamPolicyCallable()
public UnaryCallable<SetIamPolicyRegionBackendServiceRequest,Policy> setIamPolicyCallable()
Overrides
setSecurityPolicyCallable()
public UnaryCallable<SetSecurityPolicyRegionBackendServiceRequest,Operation> setSecurityPolicyCallable()
Overrides
setSecurityPolicyOperationCallable()
public OperationCallable<SetSecurityPolicyRegionBackendServiceRequest,Operation,Operation> setSecurityPolicyOperationCallable()
Overrides
shutdown()
shutdownNow()
public void shutdownNow()
testIamPermissionsCallable()
public UnaryCallable<TestIamPermissionsRegionBackendServiceRequest,TestPermissionsResponse> testIamPermissionsCallable()
Overrides
updateCallable()
public UnaryCallable<UpdateRegionBackendServiceRequest,Operation> updateCallable()
Overrides
updateOperationCallable()
public OperationCallable<UpdateRegionBackendServiceRequest,Operation,Operation> updateOperationCallable()
Overrides