Google Cloud Storage Insights V1 Client - Class CloudStorageDestinationOptions (0.2.3)

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 \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
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
TypeDescription
string

setBucket

Destination bucket.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getDestinationPath

Destination path is the path in the bucket where the report should be generated.

Returns
TypeDescription
string

setDestinationPath

Destination path is the path in the bucket where the report should be generated.

Parameter
NameDescription
var string
Returns
TypeDescription
$this