class Google::Apis::DatastreamV1::GcsProfile
Cloud Storage bucket profile.
Attributes
bucket[RW]
Required. The Cloud Storage bucket name. Corresponds to the JSON property ‘bucket` @return [String]
root_path[RW]
The root path inside the Cloud Storage bucket. Corresponds to the JSON property ‘rootPath` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/datastream_v1/classes.rb, line 516 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/datastream_v1/classes.rb, line 521 def update!(**args) @bucket = args[:bucket] if args.key?(:bucket) @root_path = args[:root_path] if args.key?(:root_path) end