Reference documentation and code samples for the Google Cloud Storage Insights V1 Client class CloudStorageDestinationOptions.
Options to store reports in storage systems.
Next ID: 3
Generated from protobuf message google.cloud.storageinsights.v1.CloudStorageDestinationOptions
Namespace
Google \ Cloud \ StorageInsights \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ bucket |
string
Destination bucket. |
↳ destination_path |
string
Destination path is the path in the bucket where the report should be generated. |
getBucket
Destination bucket.
| Returns | |
|---|---|
| Type | Description |
string |
|
setBucket
Destination bucket.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getDestinationPath
Destination path is the path in the bucket where the report should be generated.
| Returns | |
|---|---|
| Type | Description |
string |
|
setDestinationPath
Destination path is the path in the bucket where the report should be generated.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|