google-apis-testing_v1 0.1.0 → 0.6.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 80192ce3e4bd2d7816c773227c1fcdc84d532959eb4f946c8de5f64d91314692
4
- data.tar.gz: 1d864300e20fcd7b42119bd66a61e09be437403fcc029bfc8b3a4eddf33f02a2
3
+ metadata.gz: 3ae6ac86636c7a2c576190d70b0be69ffa1883b1b29bf0048eb63e9c4d137599
4
+ data.tar.gz: 7e400b07a0e5c0783939024b9487d237e8006529f58d1e2fe352631f1fb1449d
5
5
  SHA512:
6
- metadata.gz: 4f179ec4a04106128e584a0bd4b5f801f3bed4bb53cf2e75a8674d066f6d4bf6ad634db2223e9fb46000bfdc1096ae7c49c565f4e53b5433ca3062ea87731900
7
- data.tar.gz: f258355edf75f9e0f0d66b6b50e1dc45ba85cc57ab21634c12cc063d609c03667970ce721535335c8ca1bd54f83f4205b97951873b1a5df840625e1b29b56dab
6
+ metadata.gz: 664ae6f7cd4d8a7ba0e67d3f4e7f0c19820f552ac9a455f3f924bdedb25bd01fe5c2a74184b5df0472087a02f69a065110cc0d3528abfb8cd81b1bfec163f998
7
+ data.tar.gz: 92353dda587fd7f20f5b3d16d74ad112ab277826e87be4096f54f0f1c40359b2912bc7ce8a852d4f09be55c877f08e0b1cbc1b93951f9cb1cac7a4cbfa263383
data/CHANGELOG.md CHANGED
@@ -1,5 +1,27 @@
1
1
  # Release history for google-apis-testing_v1
2
2
 
3
+ ### v0.6.0 (2021-05-20)
4
+
5
+ * Unspecified changes
6
+
7
+ ### v0.5.0 (2021-04-01)
8
+
9
+ * Regenerated from discovery document revision 20210326
10
+ * Regenerated using generator version 0.2.0
11
+
12
+ ### v0.4.0 (2021-03-04)
13
+
14
+ * Unspecified changes
15
+
16
+ ### v0.3.0 (2021-02-10)
17
+
18
+ * Regenerated from discovery document revision 20210204
19
+
20
+ ### v0.2.0 (2021-02-03)
21
+
22
+ * Regenerated from discovery document revision 20210201
23
+ * Regenerated using generator version 0.1.2
24
+
3
25
  ### v0.1.0 (2021-01-07)
4
26
 
5
27
  * Regenerated using generator version 0.1.1
@@ -30,7 +30,7 @@ module Google
30
30
  # This is NOT the gem version.
31
31
  VERSION = 'V1'
32
32
 
33
- # View and manage your data across Google Cloud Platform services
33
+ # See, edit, configure, and delete your Google Cloud Platform data
34
34
  AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
35
35
 
36
36
  # View your data across Google Cloud Platform services
@@ -682,6 +682,11 @@ module Google
682
682
  # @return [Fixnum]
683
683
  attr_accessor :target_sdk_version
684
684
 
685
+ # Permissions declared to be used by the application
686
+ # Corresponds to the JSON property `usesPermission`
687
+ # @return [Array<String>]
688
+ attr_accessor :uses_permission
689
+
685
690
  def initialize(**args)
686
691
  update!(**args)
687
692
  end
@@ -694,6 +699,7 @@ module Google
694
699
  @min_sdk_version = args[:min_sdk_version] if args.key?(:min_sdk_version)
695
700
  @package_name = args[:package_name] if args.key?(:package_name)
696
701
  @target_sdk_version = args[:target_sdk_version] if args.key?(:target_sdk_version)
702
+ @uses_permission = args[:uses_permission] if args.key?(:uses_permission)
697
703
  end
698
704
  end
699
705
 
@@ -1722,8 +1728,16 @@ module Google
1722
1728
  class ProvidedSoftwareCatalog
1723
1729
  include Google::Apis::Core::Hashable
1724
1730
 
1731
+ # A string representing the current version of AndroidX Test Orchestrator that
1732
+ # is used in the environment. The package is available at https://maven.google.
1733
+ # com/web/index.html#androidx.test:orchestrator.
1734
+ # Corresponds to the JSON property `androidxOrchestratorVersion`
1735
+ # @return [String]
1736
+ attr_accessor :androidx_orchestrator_version
1737
+
1725
1738
  # A string representing the current version of Android Test Orchestrator that is
1726
- # provided by TestExecutionService. Example: "1.0.2 beta".
1739
+ # used in the environment. The package is available at https://maven.google.com/
1740
+ # web/index.html#com.android.support.test:orchestrator.
1727
1741
  # Corresponds to the JSON property `orchestratorVersion`
1728
1742
  # @return [String]
1729
1743
  attr_accessor :orchestrator_version
@@ -1734,6 +1748,7 @@ module Google
1734
1748
 
1735
1749
  # Update properties of this object
1736
1750
  def update!(**args)
1751
+ @androidx_orchestrator_version = args[:androidx_orchestrator_version] if args.key?(:androidx_orchestrator_version)
1737
1752
  @orchestrator_version = args[:orchestrator_version] if args.key?(:orchestrator_version)
1738
1753
  end
1739
1754
  end
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module TestingV1
18
18
  # Version of the google-apis-testing_v1 gem
19
- GEM_VERSION = "0.1.0"
19
+ GEM_VERSION = "0.6.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.1.1"
22
+ GENERATOR_VERSION = "0.2.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20201208"
25
+ REVISION = "20210326"
26
26
  end
27
27
  end
28
28
  end
@@ -615,6 +615,7 @@ module Google
615
615
  property :min_sdk_version, as: 'minSdkVersion'
616
616
  property :package_name, as: 'packageName'
617
617
  property :target_sdk_version, as: 'targetSdkVersion'
618
+ collection :uses_permission, as: 'usesPermission'
618
619
  end
619
620
  end
620
621
 
@@ -940,6 +941,7 @@ module Google
940
941
  class ProvidedSoftwareCatalog
941
942
  # @private
942
943
  class Representation < Google::Apis::Core::JsonRepresentation
944
+ property :androidx_orchestrator_version, as: 'androidxOrchestratorVersion'
943
945
  property :orchestrator_version, as: 'orchestratorVersion'
944
946
  end
945
947
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-testing_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.6.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-01-08 00:00:00.000000000 Z
11
+ date: 2021-05-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -52,7 +52,7 @@ licenses:
52
52
  metadata:
53
53
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
54
54
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-testing_v1/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-testing_v1/v0.1.0
55
+ documentation_uri: https://googleapis.dev/ruby/google-apis-testing_v1/v0.6.0
56
56
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-testing_v1
57
57
  post_install_message:
58
58
  rdoc_options: []
@@ -62,14 +62,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
62
62
  requirements:
63
63
  - - ">="
64
64
  - !ruby/object:Gem::Version
65
- version: '2.4'
65
+ version: '2.5'
66
66
  required_rubygems_version: !ruby/object:Gem::Requirement
67
67
  requirements:
68
68
  - - ">="
69
69
  - !ruby/object:Gem::Version
70
70
  version: '0'
71
71
  requirements: []
72
- rubygems_version: 3.1.4
72
+ rubygems_version: 3.2.17
73
73
  signing_key:
74
74
  specification_version: 4
75
75
  summary: Simple REST client for Cloud Testing API V1