Reference documentation and code samples for the Google Cloud Redis V1 Client class GcsDestination.
The Cloud Storage location for the output content
Generated from protobuf message google.cloud.redis.v1.GcsDestination
Namespace
Google \ Cloud \ Redis \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ uri |
string
Required. Data destination URI (e.g. 'gs://my_bucket/my_object'). Existing files will be overwritten. |
getUri
Required. Data destination URI (e.g.
'gs://my_bucket/my_object'). Existing files will be overwritten.
Returns | |
---|---|
Type | Description |
string |
setUri
Required. Data destination URI (e.g.
'gs://my_bucket/my_object'). Existing files will be overwritten.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |