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.



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

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



576
577
578
# File 'lib/google/apis/cloudsupport_v2beta/classes.rb', line 576

def checksums_info
  @checksums_info
end

#object_infoGoogle::Apis::CloudsupportV2beta::CompositeMedia

gdata.* are outside protos with mising documentation

Corresponds to the JSON property objectInfo



581
582
583
# File 'lib/google/apis/cloudsupport_v2beta/classes.rb', line 581

def object_info
  @object_info
end

#object_versionString

gdata.* are outside protos with mising documentation

Corresponds to the JSON property objectVersion

Returns:

  • (String)


586
587
588
# File 'lib/google/apis/cloudsupport_v2beta/classes.rb', line 586

def object_version
  @object_version
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



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

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