Class: Google::Apis::TestingV1::ProvidedSoftwareCatalog
- Inherits:
-
Object
- Object
- Google::Apis::TestingV1::ProvidedSoftwareCatalog
- 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
Overview
The currently provided software environment on the devices under test.
Instance Attribute Summary collapse
-
#orchestrator_version ⇒ String
A string representing the current version of Android Test Orchestrator that is provided by TestExecutionService.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ProvidedSoftwareCatalog
constructor
A new instance of ProvidedSoftwareCatalog.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ ProvidedSoftwareCatalog
Returns a new instance of ProvidedSoftwareCatalog.
1731 1732 1733 |
# File 'generated/google/apis/testing_v1/classes.rb', line 1731 def initialize(**args) update!(**args) end |
Instance Attribute Details
#orchestrator_version ⇒ String
A string representing the current version of Android Test Orchestrator that is
provided by TestExecutionService. Example: "1.0.2 beta".
Corresponds to the JSON property orchestratorVersion
1729 1730 1731 |
# File 'generated/google/apis/testing_v1/classes.rb', line 1729 def orchestrator_version @orchestrator_version end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1736 1737 1738 |
# File 'generated/google/apis/testing_v1/classes.rb', line 1736 def update!(**args) @orchestrator_version = args[:orchestrator_version] if args.key?(:orchestrator_version) end |