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

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/testing_v1/classes.rb,
lib/google/apis/testing_v1/representations.rb,
lib/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.



1737
1738
1739
# File 'lib/google/apis/testing_v1/classes.rb', line 1737

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)


1735
1736
1737
# File 'lib/google/apis/testing_v1/classes.rb', line 1735

def orchestrator_version
  @orchestrator_version
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1742
1743
1744
# File 'lib/google/apis/testing_v1/classes.rb', line 1742

def update!(**args)
  @orchestrator_version = args[:orchestrator_version] if args.key?(:orchestrator_version)
end