Class StorageBatchOperationsStub (0.2.0)

public abstract class StorageBatchOperationsStub implements BackgroundResource

Base stub class for the StorageBatchOperations service API.

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

Inheritance

java.lang.Object > StorageBatchOperationsStub

Implements

BackgroundResource

Constructors

StorageBatchOperationsStub()

public StorageBatchOperationsStub()

Methods

cancelJobCallable()

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

close()

public abstract void close()

createJobCallable()

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

createJobOperationCallable()

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

deleteJobCallable()

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

getHttpJsonOperationsStub()

public OperationsStub getHttpJsonOperationsStub()
Returns
Type Description
OperationsStub

getJobCallable()

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

getLocationCallable()

public UnaryCallable<GetLocationRequest,Location> getLocationCallable()
Returns
Type Description
UnaryCallable<com.google.cloud.location.GetLocationRequest,com.google.cloud.location.Location>

getOperationsStub()

public OperationsStub getOperationsStub()
Returns
Type Description
OperationsStub

listJobsCallable()

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

listJobsPagedCallable()

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

listLocationsCallable()

public UnaryCallable<ListLocationsRequest,ListLocationsResponse> listLocationsCallable()
Returns
Type Description
UnaryCallable<com.google.cloud.location.ListLocationsRequest,com.google.cloud.location.ListLocationsResponse>

listLocationsPagedCallable()

public UnaryCallable<ListLocationsRequest,StorageBatchOperationsClient.ListLocationsPagedResponse> listLocationsPagedCallable()
Returns
Type Description
UnaryCallable<com.google.cloud.location.ListLocationsRequest,ListLocationsPagedResponse>