Class HttpJsonJobsStub (0.27.0)

public class HttpJsonJobsStub extends JobsStub

REST stub implementation for the Jobs service API.

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

Inheritance

java.lang.Object > JobsStub > HttpJsonJobsStub

Static Methods

create(ClientContext clientContext)

public static final HttpJsonJobsStub create(ClientContext clientContext)
Parameter
NameDescription
clientContextClientContext
Returns
TypeDescription
HttpJsonJobsStub
Exceptions
TypeDescription
IOException

create(ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)

public static final HttpJsonJobsStub create(ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)
Parameters
NameDescription
clientContextClientContext
callableFactoryHttpJsonStubCallableFactory
Returns
TypeDescription
HttpJsonJobsStub
Exceptions
TypeDescription
IOException

create(JobsStubSettings settings)

public static final HttpJsonJobsStub create(JobsStubSettings settings)
Parameter
NameDescription
settingsJobsStubSettings
Returns
TypeDescription
HttpJsonJobsStub
Exceptions
TypeDescription
IOException

getMethodDescriptors()

public static List<ApiMethodDescriptor> getMethodDescriptors()
Returns
TypeDescription
List<ApiMethodDescriptor>

Constructors

HttpJsonJobsStub(JobsStubSettings settings, ClientContext clientContext)

protected HttpJsonJobsStub(JobsStubSettings settings, ClientContext clientContext)

Constructs an instance of HttpJsonJobsStub, 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
NameDescription
settingsJobsStubSettings
clientContextClientContext

HttpJsonJobsStub(JobsStubSettings settings, ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)

protected HttpJsonJobsStub(JobsStubSettings settings, ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)

Constructs an instance of HttpJsonJobsStub, 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
NameDescription
settingsJobsStubSettings
clientContextClientContext
callableFactoryHttpJsonStubCallableFactory

Methods

awaitTermination(long duration, TimeUnit unit)

public boolean awaitTermination(long duration, TimeUnit unit)
Parameters
NameDescription
durationlong
unitTimeUnit
Returns
TypeDescription
boolean
Exceptions
TypeDescription
InterruptedException

close()

public final void close()
Overrides

createJobCallable()

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

createJobOperationCallable()

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

deleteJobCallable()

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

deleteJobOperationCallable()

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

getHttpJsonOperationsStub()

public HttpJsonOperationsStub getHttpJsonOperationsStub()
Returns
TypeDescription
HttpJsonOperationsStub
Overrides

getIamPolicyCallable()

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

getJobCallable()

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

isShutdown()

public boolean isShutdown()
Returns
TypeDescription
boolean

isTerminated()

public boolean isTerminated()
Returns
TypeDescription
boolean

listJobsCallable()

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

listJobsPagedCallable()

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

runJobCallable()

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

runJobOperationCallable()

public OperationCallable<RunJobRequest,Execution,Execution> runJobOperationCallable()
Returns
TypeDescription
OperationCallable<RunJobRequest,Execution,Execution>
Overrides

setIamPolicyCallable()

public UnaryCallable<SetIamPolicyRequest,Policy> setIamPolicyCallable()
Returns
TypeDescription
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
TypeDescription
UnaryCallable<com.google.iam.v1.TestIamPermissionsRequest,com.google.iam.v1.TestIamPermissionsResponse>
Overrides

updateJobCallable()

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

updateJobOperationCallable()

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