class Google::Apis::CloudassetV1p4beta1::GcsDestination
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. For example: “gs://bucket_name/object_name”. See [Quickstart: Using the gsutil tool] (cloud.google.com/storage/docs/quickstart-gsutil) for examples. Corresponds to the JSON property `uri` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/cloudasset_v1p4beta1/classes.rb, line 368 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_v1p4beta1/classes.rb, line 373 def update!(**args) @uri = args[:uri] if args.key?(:uri) end