Class: Google::Apis::CloudsupportV2beta::DiffUploadRequest
- Inherits:
-
Object
- Object
- Google::Apis::CloudsupportV2beta::DiffUploadRequest
- 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
-
#checksums_info ⇒ Google::Apis::CloudsupportV2beta::CompositeMedia
gdata.* are outside protos with mising documentation Corresponds to the JSON property
checksumsInfo. -
#object_info ⇒ Google::Apis::CloudsupportV2beta::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.
574 575 576 |
# File 'lib/google/apis/cloudsupport_v2beta/classes.rb', line 574 def initialize(**args) update!(**args) end |
Instance Attribute Details
#checksums_info ⇒ Google::Apis::CloudsupportV2beta::CompositeMedia
gdata.* are outside protos with mising documentation
Corresponds to the JSON property checksumsInfo
562 563 564 |
# File 'lib/google/apis/cloudsupport_v2beta/classes.rb', line 562 def checksums_info @checksums_info end |
#object_info ⇒ Google::Apis::CloudsupportV2beta::CompositeMedia
gdata.* are outside protos with mising documentation
Corresponds to the JSON property objectInfo
567 568 569 |
# File 'lib/google/apis/cloudsupport_v2beta/classes.rb', line 567 def object_info @object_info end |
#object_version ⇒ String
gdata.* are outside protos with mising documentation
Corresponds to the JSON property objectVersion
572 573 574 |
# File 'lib/google/apis/cloudsupport_v2beta/classes.rb', line 572 def object_version @object_version end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
579 580 581 582 583 |
# File 'lib/google/apis/cloudsupport_v2beta/classes.rb', line 579 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 |