Class: Google::Apis::CloudsupportV2::DiffUploadRequest
- Inherits:
-
Object
- Object
- Google::Apis::CloudsupportV2::DiffUploadRequest
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/cloudsupport_v2/classes.rb,
lib/google/apis/cloudsupport_v2/representations.rb,
lib/google/apis/cloudsupport_v2/representations.rb
Overview
gdata.* are outside protos with mising documentation
Instance Attribute Summary collapse
-
#checksums_info ⇒ Google::Apis::CloudsupportV2::CompositeMedia
gdata.* are outside protos with mising documentation Corresponds to the JSON property
checksumsInfo. -
#object_info ⇒ Google::Apis::CloudsupportV2::CompositeMedia
gdata.* are outside protos with mising documentation Corresponds to the JSON property
objectInfo. -
#object_version ⇒ String
gdata.* are outside protos with mising documentation Corresponds to the JSON property
objectVersion.
Instance Method Summary collapse
-
#initialize(**args) ⇒ DiffUploadRequest
constructor
A new instance of DiffUploadRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ DiffUploadRequest
Returns a new instance of DiffUploadRequest.
632 633 634 |
# File 'lib/google/apis/cloudsupport_v2/classes.rb', line 632 def initialize(**args) update!(**args) end |
Instance Attribute Details
#checksums_info ⇒ Google::Apis::CloudsupportV2::CompositeMedia
gdata.* are outside protos with mising documentation
Corresponds to the JSON property checksumsInfo
620 621 622 |
# File 'lib/google/apis/cloudsupport_v2/classes.rb', line 620 def checksums_info @checksums_info end |
#object_info ⇒ Google::Apis::CloudsupportV2::CompositeMedia
gdata.* are outside protos with mising documentation
Corresponds to the JSON property objectInfo
625 626 627 |
# File 'lib/google/apis/cloudsupport_v2/classes.rb', line 625 def object_info @object_info end |
#object_version ⇒ String
gdata.* are outside protos with mising documentation
Corresponds to the JSON property objectVersion
630 631 632 |
# File 'lib/google/apis/cloudsupport_v2/classes.rb', line 630 def object_version @object_version end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
637 638 639 640 641 |
# File 'lib/google/apis/cloudsupport_v2/classes.rb', line 637 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 |