Reference documentation and code samples for the Google Cloud Storage Batch Operations V1 Client class GetBucketOperationRequest.
Message for getting a BucketOperation.
Generated from protobuf message google.cloud.storagebatchoperations.v1.GetBucketOperationRequest
Namespace
Google \ Cloud \ StorageBatchOperations \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ name |
string
Required. |
getName
Required. name of the bucket operation to retrieve.
Format: projects/{project_id}/locations/global/jobs/{job_id}/bucketOperations/{bucket_operation_id}.
| Returns | |
|---|---|
| Type | Description |
string |
|
setName
Required. name of the bucket operation to retrieve.
Format: projects/{project_id}/locations/global/jobs/{job_id}/bucketOperations/{bucket_operation_id}.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
static::build
| Parameter | |
|---|---|
| Name | Description |
name |
string
Required. |
| Returns | |
|---|---|
| Type | Description |
GetBucketOperationRequest |
|