Class GrpcWorkerPoolsStub (0.72.0)

public class GrpcWorkerPoolsStub extends WorkerPoolsStub

gRPC stub implementation for the WorkerPools service API.

This class is for advanced usage and reflects the underlying API directly.

Inheritance

java.lang.Object > WorkerPoolsStub > GrpcWorkerPoolsStub

Static Methods

create(ClientContext clientContext)

public static final GrpcWorkerPoolsStub create(ClientContext clientContext)
Parameter
Name Description
clientContext ClientContext
Returns
Type Description
GrpcWorkerPoolsStub
Exceptions
Type Description
IOException

create(ClientContext clientContext, GrpcStubCallableFactory callableFactory)

public static final GrpcWorkerPoolsStub create(ClientContext clientContext, GrpcStubCallableFactory callableFactory)
Parameters
Name Description
clientContext ClientContext
callableFactory GrpcStubCallableFactory
Returns
Type Description
GrpcWorkerPoolsStub
Exceptions
Type Description
IOException

create(WorkerPoolsStubSettings settings)

public static final GrpcWorkerPoolsStub create(WorkerPoolsStubSettings settings)
Parameter
Name Description
settings WorkerPoolsStubSettings
Returns
Type Description
GrpcWorkerPoolsStub
Exceptions
Type Description
IOException

Constructors

GrpcWorkerPoolsStub(WorkerPoolsStubSettings settings, ClientContext clientContext)

protected GrpcWorkerPoolsStub(WorkerPoolsStubSettings settings, ClientContext clientContext)

Constructs an instance of GrpcWorkerPoolsStub, 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.

Parameters
Name Description
settings WorkerPoolsStubSettings
clientContext ClientContext

GrpcWorkerPoolsStub(WorkerPoolsStubSettings settings, ClientContext clientContext, GrpcStubCallableFactory callableFactory)

protected GrpcWorkerPoolsStub(WorkerPoolsStubSettings settings, ClientContext clientContext, GrpcStubCallableFactory callableFactory)

Constructs an instance of GrpcWorkerPoolsStub, 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.

Parameters
Name Description
settings WorkerPoolsStubSettings
clientContext ClientContext
callableFactory GrpcStubCallableFactory

Methods

awaitTermination(long duration, TimeUnit unit)

public boolean awaitTermination(long duration, TimeUnit unit)
Parameters
Name Description
duration long
unit TimeUnit
Returns
Type Description
boolean
Exceptions
Type Description
InterruptedException

close()

public final void close()
Overrides

createWorkerPoolCallable()

public UnaryCallable<CreateWorkerPoolRequest,Operation> createWorkerPoolCallable()
Returns
Type Description
UnaryCallable<CreateWorkerPoolRequest,Operation>
Overrides

createWorkerPoolOperationCallable()

public OperationCallable<CreateWorkerPoolRequest,WorkerPool,WorkerPool> createWorkerPoolOperationCallable()
Returns
Type Description
OperationCallable<CreateWorkerPoolRequest,WorkerPool,WorkerPool>
Overrides

deleteWorkerPoolCallable()

public UnaryCallable<DeleteWorkerPoolRequest,Operation> deleteWorkerPoolCallable()
Returns
Type Description
UnaryCallable<DeleteWorkerPoolRequest,Operation>
Overrides

deleteWorkerPoolOperationCallable()

public OperationCallable<DeleteWorkerPoolRequest,WorkerPool,WorkerPool> deleteWorkerPoolOperationCallable()
Returns
Type Description
OperationCallable<DeleteWorkerPoolRequest,WorkerPool,WorkerPool>
Overrides

getIamPolicyCallable()

public UnaryCallable<GetIamPolicyRequest,Policy> getIamPolicyCallable()
Returns
Type Description
UnaryCallable<com.google.iam.v1.GetIamPolicyRequest,com.google.iam.v1.Policy>
Overrides

getOperationsStub()

public GrpcOperationsStub getOperationsStub()
Returns
Type Description
GrpcOperationsStub
Overrides

getWorkerPoolCallable()

public UnaryCallable<GetWorkerPoolRequest,WorkerPool> getWorkerPoolCallable()
Returns
Type Description
UnaryCallable<GetWorkerPoolRequest,WorkerPool>
Overrides

isShutdown()

public boolean isShutdown()
Returns
Type Description
boolean

isTerminated()

public boolean isTerminated()
Returns
Type Description
boolean

listWorkerPoolsCallable()

public UnaryCallable<ListWorkerPoolsRequest,ListWorkerPoolsResponse> listWorkerPoolsCallable()
Returns
Type Description
UnaryCallable<ListWorkerPoolsRequest,ListWorkerPoolsResponse>
Overrides

listWorkerPoolsPagedCallable()

public UnaryCallable<ListWorkerPoolsRequest,WorkerPoolsClient.ListWorkerPoolsPagedResponse> listWorkerPoolsPagedCallable()
Returns
Type Description
UnaryCallable<ListWorkerPoolsRequest,ListWorkerPoolsPagedResponse>
Overrides

setIamPolicyCallable()

public UnaryCallable<SetIamPolicyRequest,Policy> setIamPolicyCallable()
Returns
Type Description
UnaryCallable<com.google.iam.v1.SetIamPolicyRequest,com.google.iam.v1.Policy>
Overrides

shutdown()

public void shutdown()

shutdownNow()

public void shutdownNow()

testIamPermissionsCallable()

public UnaryCallable<TestIamPermissionsRequest,TestIamPermissionsResponse> testIamPermissionsCallable()
Returns
Type Description
UnaryCallable<com.google.iam.v1.TestIamPermissionsRequest,com.google.iam.v1.TestIamPermissionsResponse>
Overrides

updateWorkerPoolCallable()

public UnaryCallable<UpdateWorkerPoolRequest,Operation> updateWorkerPoolCallable()
Returns
Type Description
UnaryCallable<UpdateWorkerPoolRequest,Operation>
Overrides

updateWorkerPoolOperationCallable()

public OperationCallable<UpdateWorkerPoolRequest,WorkerPool,WorkerPool> updateWorkerPoolOperationCallable()
Returns
Type Description
OperationCallable<UpdateWorkerPoolRequest,WorkerPool,WorkerPool>
Overrides