Device Streaming V1 API - Class Google::Cloud::DeviceStreaming::V1::AndroidDevice (v0.1.0)

Reference documentation and code samples for the Device Streaming V1 API class Google::Cloud::DeviceStreaming::V1::AndroidDevice.

A single Android device.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#android_model_id

def android_model_id() -> ::String
Returns
  • (::String) — Required. The id of the Android device to be used. Use the TestEnvironmentDiscoveryService to get supported options.

#android_model_id=

def android_model_id=(value) -> ::String
Parameter
  • value (::String) — Required. The id of the Android device to be used. Use the TestEnvironmentDiscoveryService to get supported options.
Returns
  • (::String) — Required. The id of the Android device to be used. Use the TestEnvironmentDiscoveryService to get supported options.

#android_version_id

def android_version_id() -> ::String
Returns
  • (::String) — Required. The id of the Android OS version to be used. Use the TestEnvironmentDiscoveryService to get supported options.

#android_version_id=

def android_version_id=(value) -> ::String
Parameter
  • value (::String) — Required. The id of the Android OS version to be used. Use the TestEnvironmentDiscoveryService to get supported options.
Returns
  • (::String) — Required. The id of the Android OS version to be used. Use the TestEnvironmentDiscoveryService to get supported options.

#locale

def locale() -> ::String
Returns
  • (::String) — Optional. The locale the test device used for testing. Use the TestEnvironmentDiscoveryService to get supported options.

#locale=

def locale=(value) -> ::String
Parameter
  • value (::String) — Optional. The locale the test device used for testing. Use the TestEnvironmentDiscoveryService to get supported options.
Returns
  • (::String) — Optional. The locale the test device used for testing. Use the TestEnvironmentDiscoveryService to get supported options.

#orientation

def orientation() -> ::String
Returns
  • (::String) — Optional. How the device is oriented during the test. Use the TestEnvironmentDiscoveryService to get supported options.

#orientation=

def orientation=(value) -> ::String
Parameter
  • value (::String) — Optional. How the device is oriented during the test. Use the TestEnvironmentDiscoveryService to get supported options.
Returns
  • (::String) — Optional. How the device is oriented during the test. Use the TestEnvironmentDiscoveryService to get supported options.