Class GrpcJobsStub (0.44.0)

public class GrpcJobsStub extends JobsStub

gRPC stub implementation for the Jobs service API.

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

Inheritance

java.lang.Object > JobsStub > GrpcJobsStub

Static Methods

create(ClientContext clientContext)

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

create(ClientContext clientContext, GrpcStubCallableFactory callableFactory)

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

create(JobsStubSettings settings)

public static final GrpcJobsStub create(JobsStubSettings settings)
Parameter
Name Description
settings JobsStubSettings
Returns
Type Description
GrpcJobsStub
Exceptions
Type Description
IOException

Constructors

GrpcJobsStub(JobsStubSettings settings, ClientContext clientContext)

protected GrpcJobsStub(JobsStubSettings settings, ClientContext clientContext)

Constructs an instance of GrpcJobsStub, 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 JobsStubSettings
clientContext ClientContext

GrpcJobsStub(JobsStubSettings settings, ClientContext clientContext, GrpcStubCallableFactory callableFactory)

protected GrpcJobsStub(JobsStubSettings settings, ClientContext clientContext, GrpcStubCallableFactory callableFactory)

Constructs an instance of GrpcJobsStub, 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 JobsStubSettings
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

createJobCallable()

public UnaryCallable<CreateJobRequest,Operation> createJobCallable()
Returns
Type Description
UnaryCallable<CreateJobRequest,Operation>
Overrides

createJobOperationCallable()

public OperationCallable<CreateJobRequest,Job,Job> createJobOperationCallable()
Returns
Type Description
OperationCallable<CreateJobRequest,Job,Job>
Overrides

deleteJobCallable()

public UnaryCallable<DeleteJobRequest,Operation> deleteJobCallable()
Returns
Type Description
UnaryCallable<DeleteJobRequest,Operation>
Overrides

deleteJobOperationCallable()

public OperationCallable<DeleteJobRequest,Job,Job> deleteJobOperationCallable()
Returns
Type Description
OperationCallable<DeleteJobRequest,Job,Job>
Overrides

getIamPolicyCallable()

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

getJobCallable()

public UnaryCallable<GetJobRequest,Job> getJobCallable()
Returns
Type Description
UnaryCallable<GetJobRequest,Job>
Overrides

getOperationsStub()

public GrpcOperationsStub getOperationsStub()
Returns
Type Description
GrpcOperationsStub
Overrides

isShutdown()

public boolean isShutdown()
Returns
Type Description
boolean

isTerminated()

public boolean isTerminated()
Returns
Type Description
boolean

listJobsCallable()

public UnaryCallable<ListJobsRequest,ListJobsResponse> listJobsCallable()
Returns
Type Description
UnaryCallable<ListJobsRequest,ListJobsResponse>
Overrides

listJobsPagedCallable()

public UnaryCallable<ListJobsRequest,JobsClient.ListJobsPagedResponse> listJobsPagedCallable()
Returns
Type Description
UnaryCallable<ListJobsRequest,ListJobsPagedResponse>
Overrides

runJobCallable()

public UnaryCallable<RunJobRequest,Operation> runJobCallable()
Returns
Type Description
UnaryCallable<RunJobRequest,Operation>
Overrides

runJobOperationCallable()

public OperationCallable<RunJobRequest,Execution,Execution> runJobOperationCallable()
Returns
Type Description
OperationCallable<RunJobRequest,Execution,Execution>
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

updateJobCallable()

public UnaryCallable<UpdateJobRequest,Operation> updateJobCallable()
Returns
Type Description
UnaryCallable<UpdateJobRequest,Operation>
Overrides

updateJobOperationCallable()

public OperationCallable<UpdateJobRequest,Job,Job> updateJobOperationCallable()
Returns
Type Description
OperationCallable<UpdateJobRequest,Job,Job>
Overrides