Class: Google::Apis::CloudsupportV2beta::DiffChecksumsResponse

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) ⇒ DiffChecksumsResponse

Returns a new instance of DiffChecksumsResponse.



549
550
551
# File 'lib/google/apis/cloudsupport_v2beta/classes.rb', line 549

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#checksums_locationGoogle::Apis::CloudsupportV2beta::CompositeMedia

gdata.* are outside protos with mising documentation

Corresponds to the JSON property checksumsLocation



527
528
529
# File 'lib/google/apis/cloudsupport_v2beta/classes.rb', line 527

def checksums_location
  @checksums_location
end

#chunk_size_bytesFixnum

gdata.* are outside protos with mising documentation

Corresponds to the JSON property chunkSizeBytes

Returns:

  • (Fixnum)


532
533
534
# File 'lib/google/apis/cloudsupport_v2beta/classes.rb', line 532

def chunk_size_bytes
  @chunk_size_bytes
end

#object_locationGoogle::Apis::CloudsupportV2beta::CompositeMedia

gdata.* are outside protos with mising documentation

Corresponds to the JSON property objectLocation



537
538
539
# File 'lib/google/apis/cloudsupport_v2beta/classes.rb', line 537

def object_location
  @object_location
end

#object_size_bytesFixnum

gdata.* are outside protos with mising documentation

Corresponds to the JSON property objectSizeBytes

Returns:

  • (Fixnum)


542
543
544
# File 'lib/google/apis/cloudsupport_v2beta/classes.rb', line 542

def object_size_bytes
  @object_size_bytes
end

#object_versionString

gdata.* are outside protos with mising documentation

Corresponds to the JSON property objectVersion

Returns:

  • (String)


547
548
549
# File 'lib/google/apis/cloudsupport_v2beta/classes.rb', line 547

def object_version
  @object_version
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



554
555
556
557
558
559
560
# File 'lib/google/apis/cloudsupport_v2beta/classes.rb', line 554

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