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.



583
584
585
# File 'lib/google/apis/cloudsupport_v2beta/classes.rb', line 583

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



571
572
573
# File 'lib/google/apis/cloudsupport_v2beta/classes.rb', line 571

def checksums_info
  @checksums_info
end

#object_infoGoogle::Apis::CloudsupportV2beta::CompositeMedia

gdata.* are outside protos with mising documentation

Corresponds to the JSON property objectInfo



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

def object_info
  @object_info
end

#object_versionString

gdata.* are outside protos with mising documentation

Corresponds to the JSON property objectVersion

Returns:

  • (String)


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

def object_version
  @object_version
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



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

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