Class: Google::Apis::CloudsupportV2::DownloadParameters

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ DownloadParameters

Returns a new instance of DownloadParameters.



736
737
738
# File 'lib/google/apis/cloudsupport_v2/classes.rb', line 736

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

Instance Attribute Details

#allow_gzip_compressionBoolean Also known as: allow_gzip_compression?

gdata.* are outside protos with mising documentation

Corresponds to the JSON property allowGzipCompression

Returns:

  • (Boolean)


727
728
729
# File 'lib/google/apis/cloudsupport_v2/classes.rb', line 727

def allow_gzip_compression
  @allow_gzip_compression
end

#ignore_rangeBoolean Also known as: ignore_range?

gdata.* are outside protos with mising documentation

Corresponds to the JSON property ignoreRange

Returns:

  • (Boolean)


733
734
735
# File 'lib/google/apis/cloudsupport_v2/classes.rb', line 733

def ignore_range
  @ignore_range
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



741
742
743
744
# File 'lib/google/apis/cloudsupport_v2/classes.rb', line 741

def update!(**args)
  @allow_gzip_compression = args[:allow_gzip_compression] if args.key?(:allow_gzip_compression)
  @ignore_range = args[:ignore_range] if args.key?(:ignore_range)
end