@Generated(value="by gapic-generator") @BetaApi(value="A restructuring of stub classes is planned, so this may break in the future") public class HttpJsonZoneOperationStub extends ZoneOperationStub
This class is for advanced usage and reflects the underlying API directly.
Modifier and Type | Field and Description |
---|---|
static ApiMethodDescriptor<DeleteZoneOperationHttpRequest,Void> |
deleteZoneOperationMethodDescriptor |
static ApiMethodDescriptor<GetZoneOperationHttpRequest,Operation> |
getZoneOperationMethodDescriptor |
static ApiMethodDescriptor<ListZoneOperationsHttpRequest,OperationList> |
listZoneOperationsMethodDescriptor |
Modifier | Constructor and Description |
---|---|
protected |
HttpJsonZoneOperationStub(ZoneOperationStubSettings settings,
ClientContext clientContext)
Constructs an instance of HttpJsonZoneOperationStub, using the given settings.
|
protected |
HttpJsonZoneOperationStub(ZoneOperationStubSettings settings,
ClientContext clientContext,
HttpJsonStubCallableFactory callableFactory)
Constructs an instance of HttpJsonZoneOperationStub, using the given settings.
|
Modifier and Type | Method and Description |
---|---|
boolean |
awaitTermination(long duration,
TimeUnit unit) |
void |
close() |
static HttpJsonZoneOperationStub |
create(ClientContext clientContext) |
static HttpJsonZoneOperationStub |
create(ClientContext clientContext,
HttpJsonStubCallableFactory callableFactory) |
static HttpJsonZoneOperationStub |
create(ZoneOperationStubSettings settings) |
UnaryCallable<DeleteZoneOperationHttpRequest,Void> |
deleteZoneOperationCallable() |
UnaryCallable<GetZoneOperationHttpRequest,Operation> |
getZoneOperationCallable() |
boolean |
isShutdown() |
boolean |
isTerminated() |
UnaryCallable<ListZoneOperationsHttpRequest,OperationList> |
listZoneOperationsCallable() |
UnaryCallable<ListZoneOperationsHttpRequest,ZoneOperationClient.ListZoneOperationsPagedResponse> |
listZoneOperationsPagedCallable() |
void |
shutdown() |
void |
shutdownNow() |
@InternalApi public static final ApiMethodDescriptor<DeleteZoneOperationHttpRequest,Void> deleteZoneOperationMethodDescriptor
@InternalApi public static final ApiMethodDescriptor<GetZoneOperationHttpRequest,Operation> getZoneOperationMethodDescriptor
@InternalApi public static final ApiMethodDescriptor<ListZoneOperationsHttpRequest,OperationList> listZoneOperationsMethodDescriptor
protected HttpJsonZoneOperationStub(ZoneOperationStubSettings settings, ClientContext clientContext) throws IOException
IOException
protected HttpJsonZoneOperationStub(ZoneOperationStubSettings settings, ClientContext clientContext, HttpJsonStubCallableFactory callableFactory) throws IOException
IOException
public static final HttpJsonZoneOperationStub create(ZoneOperationStubSettings settings) throws IOException
IOException
public static final HttpJsonZoneOperationStub create(ClientContext clientContext) throws IOException
IOException
public static final HttpJsonZoneOperationStub create(ClientContext clientContext, HttpJsonStubCallableFactory callableFactory) throws IOException
IOException
@BetaApi public UnaryCallable<DeleteZoneOperationHttpRequest,Void> deleteZoneOperationCallable()
deleteZoneOperationCallable
in class ZoneOperationStub
@BetaApi public UnaryCallable<GetZoneOperationHttpRequest,Operation> getZoneOperationCallable()
getZoneOperationCallable
in class ZoneOperationStub
@BetaApi public UnaryCallable<ListZoneOperationsHttpRequest,ZoneOperationClient.ListZoneOperationsPagedResponse> listZoneOperationsPagedCallable()
listZoneOperationsPagedCallable
in class ZoneOperationStub
@BetaApi public UnaryCallable<ListZoneOperationsHttpRequest,OperationList> listZoneOperationsCallable()
listZoneOperationsCallable
in class ZoneOperationStub
public final void close()
close
in interface AutoCloseable
close
in class ZoneOperationStub
public void shutdown()
public boolean isShutdown()
public boolean isTerminated()
public void shutdownNow()
public boolean awaitTermination(long duration, TimeUnit unit) throws InterruptedException
InterruptedException
Copyright © 2019 Google LLC. All rights reserved.