Class JobControllerStub (4.40.0)

public abstract class JobControllerStub implements BackgroundResource

Base stub class for the JobController service API.

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

Inheritance

java.lang.Object > JobControllerStub

Implements

BackgroundResource

Constructors

JobControllerStub()

public JobControllerStub()

Methods

cancelJobCallable()

public UnaryCallable<CancelJobRequest,Job> cancelJobCallable()
Returns
Type Description
UnaryCallable<CancelJobRequest,Job>

close()

public abstract void close()

deleteJobCallable()

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

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,JobControllerClient.ListJobsPagedResponse> listJobsPagedCallable()
Returns
Type Description
UnaryCallable<ListJobsRequest,ListJobsPagedResponse>

setIamPolicyCallable()

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

submitJobAsOperationCallable()

public UnaryCallable<SubmitJobRequest,Operation> submitJobAsOperationCallable()
Returns
Type Description
UnaryCallable<SubmitJobRequest,Operation>

submitJobAsOperationOperationCallable()

public OperationCallable<SubmitJobRequest,Job,JobMetadata> submitJobAsOperationOperationCallable()
Returns
Type Description
OperationCallable<SubmitJobRequest,Job,JobMetadata>

submitJobCallable()

public UnaryCallable<SubmitJobRequest,Job> submitJobCallable()
Returns
Type Description
UnaryCallable<SubmitJobRequest,Job>

testIamPermissionsCallable()

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

updateJobCallable()

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