class Google::Apis::StoragetransferV1::GcsData

In a GcsData, an object's name is the Google Cloud Storage object's name and its `lastModificationTime` refers to the object's updated time, which changes when the content or the metadata of the object is updated.

Attributes

bucket_name[RW]

Google Cloud Storage bucket name (see [Bucket Name Requirements](cloud. google.com/storage/docs/bucket-naming#requirements)). Required. Corresponds to the JSON property `bucketName` @return [String]

Public Class Methods

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

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File generated/google/apis/storagetransfer_v1/classes.rb, line 208
def update!(**args)
  @bucket_name = args[:bucket_name] if args.key?(:bucket_name)
end