Reference documentation and code samples for the Google Cloud Storage Control V2 Client class PendingRenameInfo.
Contains information about a pending rename operation.
Generated from protobuf message google.storage.control.v2.PendingRenameInfo
Namespace
Google \ Cloud \ Storage \ Control \ V2Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ operation |
string
Output only. The name of the rename operation. |
getOperation
Output only. The name of the rename operation.
| Returns | |
|---|---|
| Type | Description |
string |
|
setOperation
Output only. The name of the rename operation.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|