Reference documentation and code samples for the Google Cloud Asset V1 Client class GcsDestination.
A Cloud Storage location.
Generated from protobuf message google.cloud.asset.v1.GcsDestination
Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ uri
string
The uri of the Cloud Storage object. It's the same uri that is used by gsutil. Example: "gs://bucket_name/object_name". See Viewing and Editing Object Metadata for more information. If the specified Cloud Storage object already exists and there is no hold , it will be overwritten with the exported result.
↳ uri_prefix
string
The uri prefix of all generated Cloud Storage objects. Example: "gs://bucket_name/object_name_prefix". Each object uri is in format: "gs://bucket_name/object_name_prefix/
getUri
The uri of the Cloud Storage object. It's the same uri that is used by gsutil. Example: "gs://bucket_name/object_name". See Viewing and Editing Object Metadata for more information.
If the specified Cloud Storage object already exists and there is no hold , it will be overwritten with the exported result.
Generated from protobuf field string uri = 1;
string
hasUri
setUri
The uri of the Cloud Storage object. It's the same uri that is used by gsutil. Example: "gs://bucket_name/object_name". See Viewing and Editing Object Metadata for more information.
If the specified Cloud Storage object already exists and there is no hold , it will be overwritten with the exported result.
Generated from protobuf field string uri = 1;
var
string
$this
getUriPrefix
The uri prefix of all generated Cloud Storage objects. Example: "gs://bucket_name/object_name_prefix". Each object uri is in format: "gs://bucket_name/object_name_prefix/
Generated from protobuf field string uri_prefix = 2;
string
hasUriPrefix
setUriPrefix
The uri prefix of all generated Cloud Storage objects. Example: "gs://bucket_name/object_name_prefix". Each object uri is in format: "gs://bucket_name/object_name_prefix/
Generated from protobuf field string uri_prefix = 2;
var
string
$this
getObjectUri
string