Class: Google::Apis::CloudsupportV2beta::DiffUploadRequest

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
Defined in:
lib/google/apis/cloudsupport_v2beta/classes.rb,
lib/google/apis/cloudsupport_v2beta/representations.rb,
lib/google/apis/cloudsupport_v2beta/representations.rb

Overview

gdata.* are outside protos with mising documentation

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ DiffUploadRequest

Returns a new instance of DiffUploadRequest.



601
602
603
# File 'lib/google/apis/cloudsupport_v2beta/classes.rb', line 601

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#checksums_infoGoogle::Apis::CloudsupportV2beta::CompositeMedia

gdata.* are outside protos with mising documentation

Corresponds to the JSON property checksumsInfo



589
590
591
# File 'lib/google/apis/cloudsupport_v2beta/classes.rb', line 589

def checksums_info
  @checksums_info
end

#object_infoGoogle::Apis::CloudsupportV2beta::CompositeMedia

gdata.* are outside protos with mising documentation

Corresponds to the JSON property objectInfo



594
595
596
# File 'lib/google/apis/cloudsupport_v2beta/classes.rb', line 594

def object_info
  @object_info
end

#object_versionString

gdata.* are outside protos with mising documentation

Corresponds to the JSON property objectVersion

Returns:

  • (String)


599
600
601
# File 'lib/google/apis/cloudsupport_v2beta/classes.rb', line 599

def object_version
  @object_version
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



606
607
608
609
610
# File 'lib/google/apis/cloudsupport_v2beta/classes.rb', line 606

def update!(**args)
  @checksums_info = args[:checksums_info] if args.key?(:checksums_info)
  @object_info = args[:object_info] if args.key?(:object_info)
  @object_version = args[:object_version] if args.key?(:object_version)
end