Class JobsStub (0.37.0)

See more code actions.
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.

java.lang.Object > JobsStub
BackgroundResource

Constructors

JobsStub()

public JobsStub()

Methods

close()

public abstract void close()

createJobCallable()

public UnaryCallable<CreateJobRequest,Operation> createJobCallable()

createJobOperationCallable()

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

deleteJobCallable()

public UnaryCallable<DeleteJobRequest,Operation> deleteJobCallable()

deleteJobOperationCallable()

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

getHttpJsonOperationsStub()

public OperationsStub getHttpJsonOperationsStub()
Returns
TypeDescription
OperationsStub

getIamPolicyCallable()

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

getJobCallable()

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

getOperationsStub()

public OperationsStub getOperationsStub()
Returns
TypeDescription
OperationsStub

listJobsCallable()

public UnaryCallable<ListJobsRequest,ListJobsResponse> listJobsCallable()

listJobsPagedCallable()

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

runJobCallable()

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

runJobOperationCallable()

public OperationCallable<RunJobRequest,Execution,Execution> runJobOperationCallable()

setIamPolicyCallable()

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

testIamPermissionsCallable()

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

updateJobCallable()

public UnaryCallable<UpdateJobRequest,Operation> updateJobCallable()

updateJobOperationCallable()

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