class Google::Apis::RedisV1beta1::GcsSource

The Cloud Storage location for the input content

Attributes

uri[RW]

Required. Source data URI. (e.g. 'gs://my_bucket/my_object'). Corresponds to the JSON property `uri` @return [String]

Public Class Methods

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

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

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