Reference documentation and code samples for the Google Cloud AlloyDB for PostgreSQL V1 Client class GcsDestination.
Destination for Export. Export will be done to cloud storage.
Generated from protobuf message google.cloud.alloydb.v1.GcsDestination
Namespace
Google \ Cloud \ AlloyDb \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ uri |
string
Required. The path to the file in Google Cloud Storage where the export will be stored. The URI is in the form |
getUri
Required. The path to the file in Google Cloud Storage where the export
will be stored. The URI is in the form gs://bucketName/fileName
.
Returns | |
---|---|
Type | Description |
string |
setUri
Required. The path to the file in Google Cloud Storage where the export
will be stored. The URI is in the form gs://bucketName/fileName
.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |