Reference documentation and code samples for the Google Cloud Storage Control V2 Client class DeleteFolderRecursiveMetadata.
Message returned in the metadata field of the Operation resource for DeleteFolderRecursive operations.
Generated from protobuf message google.storage.control.v2.DeleteFolderRecursiveMetadata
Namespace
Google \ Cloud \ Storage \ Control \ V2Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ common_metadata |
CommonLongRunningOperationMetadata
Generic metadata for the long running operation. |
↳ folder_id |
string
The path of the folder recursively deleted. |
getCommonMetadata
Generic metadata for the long running operation.
| Returns | |
|---|---|
| Type | Description |
CommonLongRunningOperationMetadata|null |
|
hasCommonMetadata
clearCommonMetadata
setCommonMetadata
Generic metadata for the long running operation.
| Parameter | |
|---|---|
| Name | Description |
var |
CommonLongRunningOperationMetadata
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getFolderId
The path of the folder recursively deleted.
| Returns | |
|---|---|
| Type | Description |
string |
|
setFolderId
The path of the folder recursively deleted.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|