Class: Google::Apis::TestingV1::DeviceFile

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
generated/google/apis/testing_v1/classes.rb,
generated/google/apis/testing_v1/representations.rb,
generated/google/apis/testing_v1/representations.rb
more...

Overview

A single device file description.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ DeviceFile

Returns a new instance of DeviceFile.

[View source]

848
849
850
# File 'generated/google/apis/testing_v1/classes.rb', line 848

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

Instance Attribute Details

#obb_fileGoogle::Apis::TestingV1::ObbFile

An opaque binary blob file to install on the device before the test starts. Corresponds to the JSON property obbFile


841
842
843
# File 'generated/google/apis/testing_v1/classes.rb', line 841

def obb_file
  @obb_file
end

#regular_fileGoogle::Apis::TestingV1::RegularFile

A file or directory to install on the device before the test starts. Corresponds to the JSON property regularFile


846
847
848
# File 'generated/google/apis/testing_v1/classes.rb', line 846

def regular_file
  @regular_file
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object

[View source]

853
854
855
856
# File 'generated/google/apis/testing_v1/classes.rb', line 853

def update!(**args)
  @obb_file = args[:obb_file] if args.key?(:obb_file)
  @regular_file = args[:regular_file] if args.key?(:regular_file)
end
x


Privacy · Terms