public class HttpJsonEngineServiceStub extends EngineServiceStub
REST stub implementation for the EngineService service API.
This class is for advanced usage and reflects the underlying API directly.
Static Methods
create(ClientContext clientContext)
public static final HttpJsonEngineServiceStub create(ClientContext clientContext)
create(ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)
public static final HttpJsonEngineServiceStub create(ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)
create(EngineServiceStubSettings settings)
public static final HttpJsonEngineServiceStub create(EngineServiceStubSettings settings)
getMethodDescriptors()
public static List<ApiMethodDescriptor> getMethodDescriptors()
Constructors
HttpJsonEngineServiceStub(EngineServiceStubSettings settings, ClientContext clientContext)
protected HttpJsonEngineServiceStub(EngineServiceStubSettings settings, ClientContext clientContext)
Constructs an instance of HttpJsonEngineServiceStub, 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.
HttpJsonEngineServiceStub(EngineServiceStubSettings settings, ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)
protected HttpJsonEngineServiceStub(EngineServiceStubSettings settings, ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)
Constructs an instance of HttpJsonEngineServiceStub, 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
createEngineCallable()
public UnaryCallable<CreateEngineRequest,Operation> createEngineCallable()
Overrides
createEngineOperationCallable()
public OperationCallable<CreateEngineRequest,Engine,CreateEngineMetadata> createEngineOperationCallable()
Overrides
deleteEngineCallable()
public UnaryCallable<DeleteEngineRequest,Operation> deleteEngineCallable()
Overrides
deleteEngineOperationCallable()
public OperationCallable<DeleteEngineRequest,Empty,DeleteEngineMetadata> deleteEngineOperationCallable()
Overrides
getEngineCallable()
public UnaryCallable<GetEngineRequest,Engine> getEngineCallable()
Overrides
getHttpJsonOperationsStub()
public HttpJsonOperationsStub getHttpJsonOperationsStub()
Overrides
isShutdown()
public boolean isShutdown()
isTerminated()
public boolean isTerminated()
listEnginesCallable()
public UnaryCallable<ListEnginesRequest,ListEnginesResponse> listEnginesCallable()
Overrides
listEnginesPagedCallable()
public UnaryCallable<ListEnginesRequest,EngineServiceClient.ListEnginesPagedResponse> listEnginesPagedCallable()
Overrides
shutdown()
shutdownNow()
public void shutdownNow()
updateEngineCallable()
public UnaryCallable<UpdateEngineRequest,Engine> updateEngineCallable()
Overrides