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

Methods included from Core::JsonObjectSupport

#to_json

Methods included from Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ ProvidedSoftwareCatalog

Returns a new instance of ProvidedSoftwareCatalog



1538
1539
1540
# File 'generated/google/apis/testing_v1/classes.rb', line 1538

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)


1536
1537
1538
# File 'generated/google/apis/testing_v1/classes.rb', line 1536

def orchestrator_version
  @orchestrator_version
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1543
1544
1545
# File 'generated/google/apis/testing_v1/classes.rb', line 1543

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