google-apis-testing_v1 0.15.0 → 0.16.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/testing_v1/classes.rb +15 -15
- data/lib/google/apis/testing_v1/gem_version.rb +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c2b8d6888a382e90e6477063b7aa24e6acc2865e333894b412835c4bc04020d9
|
|
4
|
+
data.tar.gz: ee0655dc62c7f4fd2797bcfa10c21b4b5fc382ea9d0398704d317fc32af9cd5c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f8d2cafb1f55fed107c772321afeb2a47d9801daf9820a10141e41da01fc8066e187941220862f6ec4184e6903b99c5f27f4ecddb3ee6df94984aa36ebcf9fac
|
|
7
|
+
data.tar.gz: 9e50c5f0f44a28782fc0f4206f91fc439973fe38000ed8d80e257ae7bcdd4163c1335e0ff6777014be431bbcf60a9c446dee2a1ed86eee642e554a904ab1ebb4
|
data/CHANGELOG.md
CHANGED
|
@@ -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 (
|
|
564
|
-
# zero month and a zero day * A year and month, with a zero day (
|
|
565
|
-
# card expiration date) Related types: * 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 (
|
|
798
|
-
# zero month and a zero day * A year and month, with a zero day (
|
|
799
|
-
# card expiration date) Related types: * 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 (
|
|
868
|
-
# zero month and a zero day * A year and month, with a zero day (
|
|
869
|
-
# card expiration date) Related types: * 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.
|
|
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 = "
|
|
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.
|
|
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-
|
|
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.
|
|
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: []
|