Class: Google::Apis::CloudsupportV2beta::DiffChecksumsResponse
- Inherits:
-
Object
- Object
- Google::Apis::CloudsupportV2beta::DiffChecksumsResponse
- 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_location ⇒ Google::Apis::CloudsupportV2beta::CompositeMedia
gdata.* are outside protos with mising documentation Corresponds to the JSON property
checksumsLocation
. -
#chunk_size_bytes ⇒ Fixnum
gdata.* are outside protos with mising documentation Corresponds to the JSON property
chunkSizeBytes
. -
#object_location ⇒ Google::Apis::CloudsupportV2beta::CompositeMedia
gdata.* are outside protos with mising documentation Corresponds to the JSON property
objectLocation
. -
#object_size_bytes ⇒ Fixnum
gdata.* are outside protos with mising documentation Corresponds to the JSON property
objectSizeBytes
. -
#object_version ⇒ String
gdata.* are outside protos with mising documentation Corresponds to the JSON property
objectVersion
.
Instance Method Summary collapse
-
#initialize(**args) ⇒ DiffChecksumsResponse
constructor
A new instance of DiffChecksumsResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ DiffChecksumsResponse
Returns a new instance of DiffChecksumsResponse.
591 592 593 |
# File 'lib/google/apis/cloudsupport_v2beta/classes.rb', line 591 def initialize(**args) update!(**args) end |
Instance Attribute Details
#checksums_location ⇒ Google::Apis::CloudsupportV2beta::CompositeMedia
gdata.* are outside protos with mising documentation
Corresponds to the JSON property checksumsLocation
569 570 571 |
# File 'lib/google/apis/cloudsupport_v2beta/classes.rb', line 569 def checksums_location @checksums_location end |
#chunk_size_bytes ⇒ Fixnum
gdata.* are outside protos with mising documentation
Corresponds to the JSON property chunkSizeBytes
574 575 576 |
# File 'lib/google/apis/cloudsupport_v2beta/classes.rb', line 574 def chunk_size_bytes @chunk_size_bytes end |
#object_location ⇒ Google::Apis::CloudsupportV2beta::CompositeMedia
gdata.* are outside protos with mising documentation
Corresponds to the JSON property objectLocation
579 580 581 |
# File 'lib/google/apis/cloudsupport_v2beta/classes.rb', line 579 def object_location @object_location end |
#object_size_bytes ⇒ Fixnum
gdata.* are outside protos with mising documentation
Corresponds to the JSON property objectSizeBytes
584 585 586 |
# File 'lib/google/apis/cloudsupport_v2beta/classes.rb', line 584 def object_size_bytes @object_size_bytes end |
#object_version ⇒ String
gdata.* are outside protos with mising documentation
Corresponds to the JSON property objectVersion
589 590 591 |
# File 'lib/google/apis/cloudsupport_v2beta/classes.rb', line 589 def object_version @object_version end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
596 597 598 599 600 601 602 |
# File 'lib/google/apis/cloudsupport_v2beta/classes.rb', line 596 def update!(**args) @checksums_location = args[:checksums_location] if args.key?(:checksums_location) @chunk_size_bytes = args[:chunk_size_bytes] if args.key?(:chunk_size_bytes) @object_location = args[:object_location] if args.key?(:object_location) @object_size_bytes = args[:object_size_bytes] if args.key?(:object_size_bytes) @object_version = args[:object_version] if args.key?(:object_version) end |