Class JobsStub (0.42.0)

public abstract class JobsStub implements BackgroundResource

Base stub class for the Jobs service API.

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

Inheritance

java.lang.Object > JobsStub

Implements

BackgroundResource

Constructors

JobsStub()

public JobsStub()

Methods

close()

public abstract void close()

createJobCallable()

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

createJobOperationCallable()

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

deleteJobCallable()

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

deleteJobOperationCallable()

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

getHttpJsonOperationsStub()

public OperationsStub getHttpJsonOperationsStub()
Returns
Type Description
OperationsStub

getIamPolicyCallable()

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

getJobCallable()

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

getOperationsStub()

public OperationsStub getOperationsStub()
Returns
Type Description
OperationsStub

listJobsCallable()

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

listJobsPagedCallable()

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

runJobCallable()

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

runJobOperationCallable()

public OperationCallable<RunJobRequest,Execution,Execution> runJobOperationCallable()
Returns
Type Description
OperationCallable<RunJobRequest,Execution,Execution>

setIamPolicyCallable()

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

testIamPermissionsCallable()

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

updateJobCallable()

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

updateJobOperationCallable()

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