@Generated(value="by gapic-generator-java") public class HttpJsonZoneOperationsStub extends ZoneOperationsStub
This class is for advanced usage and reflects the underlying API directly.
| Modifier | Constructor and Description |
|---|---|
protected |
HttpJsonZoneOperationsStub(ZoneOperationsStubSettings settings,
com.google.api.gax.rpc.ClientContext clientContext)
Constructs an instance of HttpJsonZoneOperationsStub, using the given settings.
|
protected |
HttpJsonZoneOperationsStub(ZoneOperationsStubSettings settings,
com.google.api.gax.rpc.ClientContext clientContext,
com.google.api.gax.httpjson.HttpJsonStubCallableFactory callableFactory)
Constructs an instance of HttpJsonZoneOperationsStub, using the given settings.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
awaitTermination(long duration,
TimeUnit unit) |
void |
close() |
static HttpJsonZoneOperationsStub |
create(com.google.api.gax.rpc.ClientContext clientContext) |
static HttpJsonZoneOperationsStub |
create(com.google.api.gax.rpc.ClientContext clientContext,
com.google.api.gax.httpjson.HttpJsonStubCallableFactory callableFactory) |
static HttpJsonZoneOperationsStub |
create(ZoneOperationsStubSettings settings) |
com.google.api.gax.rpc.UnaryCallable<DeleteZoneOperationRequest,DeleteZoneOperationResponse> |
deleteCallable() |
com.google.api.gax.rpc.UnaryCallable<GetZoneOperationRequest,Operation> |
getCallable() |
static List<com.google.api.gax.httpjson.ApiMethodDescriptor> |
getMethodDescriptors() |
boolean |
isShutdown() |
boolean |
isTerminated() |
com.google.api.gax.rpc.UnaryCallable<ListZoneOperationsRequest,OperationList> |
listCallable() |
com.google.api.gax.rpc.UnaryCallable<ListZoneOperationsRequest,ZoneOperationsClient.ListPagedResponse> |
listPagedCallable() |
com.google.api.gax.rpc.LongRunningClient |
longRunningClient() |
void |
shutdown() |
void |
shutdownNow() |
com.google.api.gax.rpc.UnaryCallable<WaitZoneOperationRequest,Operation> |
waitCallable() |
protected HttpJsonZoneOperationsStub(ZoneOperationsStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext) throws IOException
IOExceptionprotected HttpJsonZoneOperationsStub(ZoneOperationsStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.httpjson.HttpJsonStubCallableFactory callableFactory) throws IOException
IOExceptionpublic static final HttpJsonZoneOperationsStub create(ZoneOperationsStubSettings settings) throws IOException
IOExceptionpublic static final HttpJsonZoneOperationsStub create(com.google.api.gax.rpc.ClientContext clientContext) throws IOException
IOExceptionpublic static final HttpJsonZoneOperationsStub create(com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.httpjson.HttpJsonStubCallableFactory callableFactory) throws IOException
IOException@InternalApi public static List<com.google.api.gax.httpjson.ApiMethodDescriptor> getMethodDescriptors()
public com.google.api.gax.rpc.UnaryCallable<DeleteZoneOperationRequest,DeleteZoneOperationResponse> deleteCallable()
deleteCallable in class ZoneOperationsStubpublic com.google.api.gax.rpc.UnaryCallable<GetZoneOperationRequest,Operation> getCallable()
getCallable in class ZoneOperationsStubpublic com.google.api.gax.rpc.UnaryCallable<ListZoneOperationsRequest,OperationList> listCallable()
listCallable in class ZoneOperationsStubpublic com.google.api.gax.rpc.UnaryCallable<ListZoneOperationsRequest,ZoneOperationsClient.ListPagedResponse> listPagedCallable()
listPagedCallable in class ZoneOperationsStubpublic com.google.api.gax.rpc.UnaryCallable<WaitZoneOperationRequest,Operation> waitCallable()
waitCallable in class ZoneOperationsStubpublic com.google.api.gax.rpc.LongRunningClient longRunningClient()
longRunningClient in class ZoneOperationsStubpublic final void close()
close in interface AutoCloseableclose in class ZoneOperationsStubpublic void shutdown()
public boolean isShutdown()
public boolean isTerminated()
public void shutdownNow()
public boolean awaitTermination(long duration,
TimeUnit unit)
throws InterruptedException
InterruptedExceptionCopyright © 2024 Google LLC. All rights reserved.