class Google::Apis::TestingV1::ProvidedSoftwareCatalog
The currently provided software environment on the devices under test.
Attributes
androidx_orchestrator_version[RW]
A string representing the current version of AndroidX Test Orchestrator that is used in the environment. The package is available at maven.google. com/web/index.html#androidx.test:orchestrator. Corresponds to the JSON property `androidxOrchestratorVersion` @return [String]
orchestrator_version[RW]
Deprecated: Use AndroidX Test Orchestrator going forward. A string representing the current version of Android Test Orchestrator that is used in the environment. The package is available at maven.google.com/web/ index.html#com.android.support.test:orchestrator. Corresponds to the JSON property `orchestratorVersion` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/testing_v1/classes.rb, line 1753 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/testing_v1/classes.rb, line 1758 def update!(**args) @androidx_orchestrator_version = args[:androidx_orchestrator_version] if args.key?(:androidx_orchestrator_version) @orchestrator_version = args[:orchestrator_version] if args.key?(:orchestrator_version) end