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.
Constructors
JobsStub()
Methods
close()
public abstract void close()
createJobCallable()
public UnaryCallable<CreateJobRequest,Operation> createJobCallable()
createJobOperationCallable()
public OperationCallable<CreateJobRequest,Job,Job> createJobOperationCallable()
deleteJobCallable()
public UnaryCallable<DeleteJobRequest,Operation> deleteJobCallable()
deleteJobOperationCallable()
public OperationCallable<DeleteJobRequest,Job,Job> deleteJobOperationCallable()
getHttpJsonOperationsStub()
public OperationsStub getHttpJsonOperationsStub()
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()
getOperationsStub()
public OperationsStub getOperationsStub()
listJobsCallable()
public UnaryCallable<ListJobsRequest,ListJobsResponse> listJobsCallable()
listJobsPagedCallable()
public UnaryCallable<ListJobsRequest,JobsClient.ListJobsPagedResponse> listJobsPagedCallable()
runJobCallable()
public UnaryCallable<RunJobRequest,Operation> runJobCallable()
runJobOperationCallable()
public OperationCallable<RunJobRequest,Execution,Execution> runJobOperationCallable()
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()
updateJobOperationCallable()
public OperationCallable<UpdateJobRequest,Job,Job> updateJobOperationCallable()