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.
643 644 645 |
# File 'lib/google/apis/cloudsupport_v2beta/classes.rb', line 643 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
631 632 633 |
# File 'lib/google/apis/cloudsupport_v2beta/classes.rb', line 631 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
636 637 638 |
# File 'lib/google/apis/cloudsupport_v2beta/classes.rb', line 636 def object_info @object_info end |
#object_version ⇒ String
gdata.* are outside protos with mising documentation
Corresponds to the JSON property objectVersion
641 642 643 |
# File 'lib/google/apis/cloudsupport_v2beta/classes.rb', line 641 def object_version @object_version end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
648 649 650 651 652 |
# File 'lib/google/apis/cloudsupport_v2beta/classes.rb', line 648 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 |