Class: Google::Cloud::DeviceStreaming::V1::AndroidDevice
- Inherits:
-
Object
- Object
- Google::Cloud::DeviceStreaming::V1::AndroidDevice
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/devicestreaming/v1/service.rb
Overview
A single Android device.
Instance Attribute Summary collapse
-
#android_model_id ⇒ ::String
Required.
-
#android_version_id ⇒ ::String
Required.
-
#locale ⇒ ::String
Optional.
-
#orientation ⇒ ::String
Optional.
Instance Attribute Details
#android_model_id ⇒ ::String
Returns Required. The id of the Android device to be used. Use the TestEnvironmentDiscoveryService to get supported options.
227 228 229 230 |
# File 'proto_docs/google/cloud/devicestreaming/v1/service.rb', line 227 class AndroidDevice include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#android_version_id ⇒ ::String
Returns Required. The id of the Android OS version to be used. Use the TestEnvironmentDiscoveryService to get supported options.
227 228 229 230 |
# File 'proto_docs/google/cloud/devicestreaming/v1/service.rb', line 227 class AndroidDevice include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#locale ⇒ ::String
Returns Optional. The locale the test device used for testing. Use the TestEnvironmentDiscoveryService to get supported options.
227 228 229 230 |
# File 'proto_docs/google/cloud/devicestreaming/v1/service.rb', line 227 class AndroidDevice include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#orientation ⇒ ::String
Returns Optional. How the device is oriented during the test. Use the TestEnvironmentDiscoveryService to get supported options.
227 228 229 230 |
# File 'proto_docs/google/cloud/devicestreaming/v1/service.rb', line 227 class AndroidDevice include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |