google-apis-testing_v1 0.15.0 → 0.16.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: d46cba193de4182a0cd00b7f4026ee8905bcc4273f5d653148484b8498ce6c31
4
- data.tar.gz: 80ebb4ab26ccdbe770d726a4a890d49666f93a86915ae09bdae669627f821d73
3
+ metadata.gz: c2b8d6888a382e90e6477063b7aa24e6acc2865e333894b412835c4bc04020d9
4
+ data.tar.gz: ee0655dc62c7f4fd2797bcfa10c21b4b5fc382ea9d0398704d317fc32af9cd5c
5
5
  SHA512:
6
- metadata.gz: e34b3cb22b5b32d7b03d26044b70dcd97f82471ca1283660562642f9d359e1d90082fdb37f56a3c7da7d12bddac6f01e769c0aee2f43a738b289ec9912b06f7d
7
- data.tar.gz: 801766796738d3cd3b51a3b6292a5698aa7fe8408c61ae505c04b7578ae369121eb505e5ee44d08ce60e791bb4dc03a75e7a982d6f38881268d79200bac59656
6
+ metadata.gz: f8d2cafb1f55fed107c772321afeb2a47d9801daf9820a10141e41da01fc8066e187941220862f6ec4184e6903b99c5f27f4ecddb3ee6df94984aa36ebcf9fac
7
+ data.tar.gz: 9e50c5f0f44a28782fc0f4206f91fc439973fe38000ed8d80e257ae7bcdd4163c1335e0ff6777014be431bbcf60a9c446dee2a1ed86eee642e554a904ab1ebb4
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-testing_v1
2
2
 
3
+ ### v0.16.0 (2022-03-10)
4
+
5
+ * Regenerated from discovery document revision 20220308
6
+
3
7
  ### v0.15.0 (2022-02-11)
4
8
 
5
9
  * Regenerated from discovery document revision 20220201
@@ -559,11 +559,11 @@ module Google
559
559
  # Represents a whole or partial calendar date, such as a birthday. The time of
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
- # following: * A full date, with non-zero year, month, and day values * A month
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
562
+ # following: * A full date, with non-zero year, month, and day values. * A month
563
+ # and day, with a zero year (for example, an anniversary). * A year on its own,
564
+ # with a zero month and a zero day. * A year and month, with a zero day (for
565
+ # example, a credit card expiration date). Related types: * google.type.
566
+ # TimeOfDay * google.type.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
@@ -793,11 +793,11 @@ module Google
793
793
  # Represents a whole or partial calendar date, such as a birthday. The time of
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
- # following: * A full date, with non-zero year, month, and day values * A month
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
796
+ # following: * A full date, with non-zero year, month, and day values. * A month
797
+ # and day, with a zero year (for example, an anniversary). * A year on its own,
798
+ # with a zero month and a zero day. * A year and month, with a zero day (for
799
+ # example, a credit card expiration date). Related types: * google.type.
800
+ # TimeOfDay * google.type.DateTime * google.protobuf.Timestamp
801
801
  class Date
802
802
  include Google::Apis::Core::Hashable
803
803
 
@@ -863,11 +863,11 @@ module Google
863
863
  # Represents a whole or partial calendar date, such as a birthday. The time of
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
- # following: * A full date, with non-zero year, month, and day values * A month
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
866
+ # following: * A full date, with non-zero year, month, and day values. * A month
867
+ # and day, with a zero year (for example, an anniversary). * A year on its own,
868
+ # with a zero month and a zero day. * A year and month, with a zero day (for
869
+ # example, a credit card expiration date). Related types: * google.type.
870
+ # TimeOfDay * google.type.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
@@ -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.15.0"
19
+ GEM_VERSION = "0.16.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220201"
25
+ REVISION = "20220308"
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.15.0
4
+ version: 0.16.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-02-14 00:00:00.000000000 Z
11
+ date: 2022-03-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.15.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-testing_v1/v0.16.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: []