public static final class StorageBatchOperationsGrpc.StorageBatchOperationsBlockingV2Stub extends AbstractBlockingStub<StorageBatchOperationsGrpc.StorageBatchOperationsBlockingV2Stub>A stub to allow clients to do synchronous rpc calls to service StorageBatchOperations.
Storage Batch Operations offers a managed experience to perform batch operations on millions of Cloud Storage objects in a serverless fashion. With this service, you can automate and simplify large scale API operations performed on Cloud Storage objects.
Inheritance
java.lang.Object > io.grpc.stub.AbstractStub > io.grpc.stub.AbstractBlockingStub > StorageBatchOperationsGrpc.StorageBatchOperationsBlockingV2StubMethods
build(Channel channel, CallOptions callOptions)
protected StorageBatchOperationsGrpc.StorageBatchOperationsBlockingV2Stub build(Channel channel, CallOptions callOptions)| Parameters | |
|---|---|
| Name | Description |
channel |
io.grpc.Channel |
callOptions |
io.grpc.CallOptions |
| Returns | |
|---|---|
| Type | Description |
StorageBatchOperationsGrpc.StorageBatchOperationsBlockingV2Stub |
|
cancelJob(CancelJobRequest request)
public CancelJobResponse cancelJob(CancelJobRequest request)Cancels a batch job.
| Parameter | |
|---|---|
| Name | Description |
request |
CancelJobRequest |
| Returns | |
|---|---|
| Type | Description |
CancelJobResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
io.grpc.StatusException |
|
createJob(CreateJobRequest request)
public Operation createJob(CreateJobRequest request)Creates a batch job.
| Parameter | |
|---|---|
| Name | Description |
request |
CreateJobRequest |
| Returns | |
|---|---|
| Type | Description |
Operation |
|
| Exceptions | |
|---|---|
| Type | Description |
io.grpc.StatusException |
|
deleteJob(DeleteJobRequest request)
public Empty deleteJob(DeleteJobRequest request)Deletes a batch job.
| Parameter | |
|---|---|
| Name | Description |
request |
DeleteJobRequest |
| Returns | |
|---|---|
| Type | Description |
Empty |
|
| Exceptions | |
|---|---|
| Type | Description |
io.grpc.StatusException |
|
getBucketOperation(GetBucketOperationRequest request)
public BucketOperation getBucketOperation(GetBucketOperationRequest request)Gets a BucketOperation.
| Parameter | |
|---|---|
| Name | Description |
request |
GetBucketOperationRequest |
| Returns | |
|---|---|
| Type | Description |
BucketOperation |
|
| Exceptions | |
|---|---|
| Type | Description |
io.grpc.StatusException |
|
getJob(GetJobRequest request)
public Job getJob(GetJobRequest request)Gets a batch job.
| Parameter | |
|---|---|
| Name | Description |
request |
GetJobRequest |
| Returns | |
|---|---|
| Type | Description |
Job |
|
| Exceptions | |
|---|---|
| Type | Description |
io.grpc.StatusException |
|
listBucketOperations(ListBucketOperationsRequest request)
public ListBucketOperationsResponse listBucketOperations(ListBucketOperationsRequest request)Lists BucketOperations in a given project and job.
| Parameter | |
|---|---|
| Name | Description |
request |
ListBucketOperationsRequest |
| Returns | |
|---|---|
| Type | Description |
ListBucketOperationsResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
io.grpc.StatusException |
|
listJobs(ListJobsRequest request)
public ListJobsResponse listJobs(ListJobsRequest request)Lists Jobs in a given project.
| Parameter | |
|---|---|
| Name | Description |
request |
ListJobsRequest |
| Returns | |
|---|---|
| Type | Description |
ListJobsResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
io.grpc.StatusException |
|