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.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ ProvidedSoftwareCatalog
Returns a new instance of ProvidedSoftwareCatalog
1566 1567 1568 |
# File 'generated/google/apis/testing_v1/classes.rb', line 1566 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
1564 1565 1566 |
# File 'generated/google/apis/testing_v1/classes.rb', line 1564 def orchestrator_version @orchestrator_version end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1571 1572 1573 |
# File 'generated/google/apis/testing_v1/classes.rb', line 1571 def update!(**args) @orchestrator_version = args[:orchestrator_version] if args.key?(:orchestrator_version) end |