google-apis-testing_v1 0.14.0 → 0.15.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: b9eabcbcf1e7d082062952a013dc2e603577f3a4149805a1bde1ac12ddbd9a12
4
- data.tar.gz: 6d21df79d550cdedf26232bcebe3b69fd915c187d977a92513ae0dd02a3e7cd4
3
+ metadata.gz: d46cba193de4182a0cd00b7f4026ee8905bcc4273f5d653148484b8498ce6c31
4
+ data.tar.gz: 80ebb4ab26ccdbe770d726a4a890d49666f93a86915ae09bdae669627f821d73
5
5
  SHA512:
6
- metadata.gz: 2d75a0c32efda06baad5522f682fb1802fbdbfa46d1d3c953de778283cab01fa57296bff62ffd1879ef9e01d8c0d59b123ab1a9aba4437e44bb06719c80b43e3
7
- data.tar.gz: 3e162cd54e3755831b62c5e14666d50c88f1bfd1df355cd75e8e1385a0a13e1973a573816b9f1d6450858e1b9c57c10bbd6b421da92b115d20f3ca8f62d30b7c
6
+ metadata.gz: e34b3cb22b5b32d7b03d26044b70dcd97f82471ca1283660562642f9d359e1d90082fdb37f56a3c7da7d12bddac6f01e769c0aee2f43a738b289ec9912b06f7d
7
+ data.tar.gz: 801766796738d3cd3b51a3b6292a5698aa7fe8408c61ae505c04b7578ae369121eb505e5ee44d08ce60e791bb4dc03a75e7a982d6f38881268d79200bac59656
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-testing_v1
2
2
 
3
+ ### v0.15.0 (2022-02-11)
4
+
5
+ * Regenerated from discovery document revision 20220201
6
+ * Regenerated using generator version 0.4.1
7
+
3
8
  ### v0.14.0 (2022-01-06)
4
9
 
5
10
  * Regenerated from discovery document revision 20211228
@@ -560,10 +560,10 @@ module Google
560
560
  # day and time zone are either specified elsewhere or are insignificant. The
561
561
  # date is relative to the Gregorian Calendar. This can represent one of the
562
562
  # following: * A full date, with non-zero year, month, and day values * A month
563
- # and day value, with a zero year, such as an anniversary * A year on its own,
564
- # with zero month and day values * A year and month value, with a zero day, such
565
- # as a credit card expiration date Related types are google.type.TimeOfDay and `
566
- # google.protobuf.Timestamp`.
563
+ # and day, with a zero year (e.g., an anniversary) * A year on its own, with a
564
+ # zero month and a zero day * A year and month, with a zero day (e.g., a credit
565
+ # card expiration date) Related types: * google.type.TimeOfDay * google.type.
566
+ # DateTime * google.protobuf.Timestamp
567
567
  # Corresponds to the JSON property `releaseDate`
568
568
  # @return [Google::Apis::TestingV1::Date]
569
569
  attr_accessor :release_date
@@ -794,10 +794,10 @@ module Google
794
794
  # day and time zone are either specified elsewhere or are insignificant. The
795
795
  # date is relative to the Gregorian Calendar. This can represent one of the
796
796
  # following: * A full date, with non-zero year, month, and day values * A month
797
- # and day value, with a zero year, such as an anniversary * A year on its own,
798
- # with zero month and day values * A year and month value, with a zero day, such
799
- # as a credit card expiration date Related types are google.type.TimeOfDay and `
800
- # google.protobuf.Timestamp`.
797
+ # and day, with a zero year (e.g., an anniversary) * A year on its own, with a
798
+ # zero month and a zero day * A year and month, with a zero day (e.g., a credit
799
+ # card expiration date) Related types: * google.type.TimeOfDay * google.type.
800
+ # DateTime * google.protobuf.Timestamp
801
801
  class Date
802
802
  include Google::Apis::Core::Hashable
803
803
 
@@ -864,10 +864,10 @@ module Google
864
864
  # day and time zone are either specified elsewhere or are insignificant. The
865
865
  # date is relative to the Gregorian Calendar. This can represent one of the
866
866
  # following: * A full date, with non-zero year, month, and day values * A month
867
- # and day value, with a zero year, such as an anniversary * A year on its own,
868
- # with zero month and day values * A year and month value, with a zero day, such
869
- # as a credit card expiration date Related types are google.type.TimeOfDay and `
870
- # google.protobuf.Timestamp`.
867
+ # and day, with a zero year (e.g., an anniversary) * A year on its own, with a
868
+ # zero month and a zero day * A year and month, with a zero day (e.g., a credit
869
+ # card expiration date) Related types: * google.type.TimeOfDay * google.type.
870
+ # DateTime * google.protobuf.Timestamp
871
871
  # Corresponds to the JSON property `addedDate`
872
872
  # @return [Google::Apis::TestingV1::Date]
873
873
  attr_accessor :added_date
@@ -1932,8 +1932,10 @@ module Google
1932
1932
 
1933
1933
  # Uniformly shards test cases given a total number of shards. For
1934
1934
  # Instrumentation test, it will be translated to "-e numShard" "-e shardIndex"
1935
- # AndroidJUnitRunner arguments. With uniform sharding enabled, specifying these
1936
- # sharding arguments via environment_variables is invalid.
1935
+ # AndroidJUnitRunner arguments. Based on the sharding mechanism
1936
+ # AndroidJUnitRunner uses, there is no guarantee that test cases will be
1937
+ # distributed uniformly across all shards. With uniform sharding enabled,
1938
+ # specifying these sharding arguments via environment_variables is invalid.
1937
1939
  # Corresponds to the JSON property `uniformSharding`
1938
1940
  # @return [Google::Apis::TestingV1::UniformSharding]
1939
1941
  attr_accessor :uniform_sharding
@@ -2579,8 +2581,10 @@ module Google
2579
2581
 
2580
2582
  # Uniformly shards test cases given a total number of shards. For
2581
2583
  # Instrumentation test, it will be translated to "-e numShard" "-e shardIndex"
2582
- # AndroidJUnitRunner arguments. With uniform sharding enabled, specifying these
2583
- # sharding arguments via environment_variables is invalid.
2584
+ # AndroidJUnitRunner arguments. Based on the sharding mechanism
2585
+ # AndroidJUnitRunner uses, there is no guarantee that test cases will be
2586
+ # distributed uniformly across all shards. With uniform sharding enabled,
2587
+ # specifying these sharding arguments via environment_variables is invalid.
2584
2588
  class UniformSharding
2585
2589
  include Google::Apis::Core::Hashable
2586
2590
 
@@ -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.14.0"
19
+ GEM_VERSION = "0.15.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.4.0"
22
+ GENERATOR_VERSION = "0.4.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20211228"
25
+ REVISION = "20220201"
26
26
  end
27
27
  end
28
28
  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.14.0
4
+ version: 0.15.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: 2022-01-10 00:00:00.000000000 Z
11
+ date: 2022-02-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-testing_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-testing_v1/v0.14.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-testing_v1/v0.15.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-testing_v1
63
63
  post_install_message:
64
64
  rdoc_options: []
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.3.4
78
+ rubygems_version: 3.3.5
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Cloud Testing API V1