public class HttpJsonZoneOperationsStub extends ZoneOperationsStub
REST stub implementation for the ZoneOperations service API.
This class is for advanced usage and reflects the underlying API directly.
Static Methods
create(ClientContext clientContext)
public static final HttpJsonZoneOperationsStub create(ClientContext clientContext)
create(ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)
public static final HttpJsonZoneOperationsStub create(ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)
create(ZoneOperationsStubSettings settings)
public static final HttpJsonZoneOperationsStub create(ZoneOperationsStubSettings settings)
getMethodDescriptors()
public static List<ApiMethodDescriptor> getMethodDescriptors()
Constructors
HttpJsonZoneOperationsStub(ZoneOperationsStubSettings settings, ClientContext clientContext)
protected HttpJsonZoneOperationsStub(ZoneOperationsStubSettings settings, ClientContext clientContext)
Constructs an instance of HttpJsonZoneOperationsStub, 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.
HttpJsonZoneOperationsStub(ZoneOperationsStubSettings settings, ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)
protected HttpJsonZoneOperationsStub(ZoneOperationsStubSettings settings, ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)
Constructs an instance of HttpJsonZoneOperationsStub, 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<DeleteZoneOperationRequest,DeleteZoneOperationResponse> deleteCallable()
Overrides
getCallable()
public UnaryCallable<GetZoneOperationRequest,Operation> getCallable()
Overrides
isShutdown()
public boolean isShutdown()
isTerminated()
public boolean isTerminated()
listCallable()
public UnaryCallable<ListZoneOperationsRequest,OperationList> listCallable()
Overrides
listPagedCallable()
public UnaryCallable<ListZoneOperationsRequest,ZoneOperationsClient.ListPagedResponse> listPagedCallable()
Overrides
longRunningClient()
public LongRunningClient longRunningClient()
Overrides
shutdown()
shutdownNow()
public void shutdownNow()
waitCallable()
public UnaryCallable<WaitZoneOperationRequest,Operation> waitCallable()
Overrides