class Google::Apis::CloudassetV1::GoogleCloudAssetV1GcsDestination

A Cloud Storage location.

Attributes

uri[RW]

Required. 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](cloud.google.com/storage/docs/viewing-editing- metadata) for more information. If the specified Cloud Storage object already exists and there is no [hold](cloud.google.com/storage/docs/object- holds), it will be overwritten with the analysis result. Corresponds to the JSON property `uri` @return [String]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/cloudasset_v1/classes.rb, line 1184
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/cloudasset_v1/classes.rb, line 1189
def update!(**args)
  @uri = args[:uri] if args.key?(:uri)
end