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.
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/<asset type>/<shard number> and only
contains assets for that type. <shard number> starts from 0. Example:
"gs://bucket_name/object_name_prefix/compute.googleapis.com/Disk/0" is
the first shard of output objects containing all
compute.googleapis.com/Disk assets. An INVALID_ARGUMENT error will be
returned if file with the same name "gs://bucket_name/object_name_prefix"
already exists.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-17 UTC."],[[["This webpage details the `GcsDestination` class, which represents a Cloud Storage location in the Google Cloud Asset API, version 3.1.0, within the `Google.Cloud.Asset.V1` namespace."],["The `GcsDestination` class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionality for message handling, equality checks, deep cloning, and buffer manipulation."],["The class offers two constructors, a default one and one that accepts another `GcsDestination` instance for copying, and the provided links show the documentation for versions ranging from 2.7.0 up to the latest 3.12.0."],["`GcsDestination` has properties like `ObjectUriCase`, `Uri`, and `UriPrefix`, which allow interaction with the object URI and associated prefixes within Cloud Storage, including setting or checking the location or prefix for storage objects."],["The `Uri` property allows you to specify the path of a Cloud Storage object, and the `UriPrefix` allows you to specify a prefix for Cloud Storage objects, with the ability to have any existing object overwritten."]]],[]]