Class: Google::Apis::TestingV1::ProvidedSoftwareCatalog

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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_versionString

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

Returns:

  • (String)


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