google-apis-pubsub_v1 0.36.0 → 0.37.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/pubsub_v1/classes.rb +6 -9
- data/lib/google/apis/pubsub_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: 61c7c14dd17915f5640bfd40b912933f693cda7705ecb94d6454f9ef20e12aa5
|
|
4
|
+
data.tar.gz: 470522693f5176b65c1457eddbf433b90946dd7f9676c275e90955edcccec285
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a916595bd76402125717081064c124e1052affe84c8c2b7e666e8fb3f5db030de02c3019f74e94381d3ff43739eac0f626f8da7f82ee3616df0cc3e341f53d23
|
|
7
|
+
data.tar.gz: 1cb19d7989ef51521ddc457110e2bba0c5bfbd3f4b19da41ddad040f9d75f5b374dcdeb05b153671b5859a6bced5cac716dbad6d9ebabcfa1182be786962b8da
|
data/CHANGELOG.md
CHANGED
|
@@ -728,10 +728,7 @@ module Google
|
|
|
728
728
|
end
|
|
729
729
|
|
|
730
730
|
# Contains information needed for generating an [OpenID Connect token](https://
|
|
731
|
-
# developers.google.com/identity/protocols/OpenIDConnect).
|
|
732
|
-
# email](https://cloud.google.com/iam/docs/service-accounts) used for generating
|
|
733
|
-
# the OIDC token. For more information on setting up authentication, see [Push
|
|
734
|
-
# subscriptions](https://cloud.google.com/pubsub/docs/push).
|
|
731
|
+
# developers.google.com/identity/protocols/OpenIDConnect).
|
|
735
732
|
class OidcToken
|
|
736
733
|
include Google::Apis::Core::Hashable
|
|
737
734
|
|
|
@@ -745,7 +742,10 @@ module Google
|
|
|
745
742
|
# @return [String]
|
|
746
743
|
attr_accessor :audience
|
|
747
744
|
|
|
748
|
-
#
|
|
745
|
+
# [Service account email](https://cloud.google.com/iam/docs/service-accounts)
|
|
746
|
+
# used for generating the OIDC token. For more information on setting up
|
|
747
|
+
# authentication, see [Push subscriptions](https://cloud.google.com/pubsub/docs/
|
|
748
|
+
# push).
|
|
749
749
|
# Corresponds to the JSON property `serviceAccountEmail`
|
|
750
750
|
# @return [String]
|
|
751
751
|
attr_accessor :service_account_email
|
|
@@ -1031,10 +1031,7 @@ module Google
|
|
|
1031
1031
|
attr_accessor :attributes
|
|
1032
1032
|
|
|
1033
1033
|
# Contains information needed for generating an [OpenID Connect token](https://
|
|
1034
|
-
# developers.google.com/identity/protocols/OpenIDConnect).
|
|
1035
|
-
# email](https://cloud.google.com/iam/docs/service-accounts) used for generating
|
|
1036
|
-
# the OIDC token. For more information on setting up authentication, see [Push
|
|
1037
|
-
# subscriptions](https://cloud.google.com/pubsub/docs/push).
|
|
1034
|
+
# developers.google.com/identity/protocols/OpenIDConnect).
|
|
1038
1035
|
# Corresponds to the JSON property `oidcToken`
|
|
1039
1036
|
# @return [Google::Apis::PubsubV1::OidcToken]
|
|
1040
1037
|
attr_accessor :oidc_token
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module PubsubV1
|
|
18
18
|
# Version of the google-apis-pubsub_v1 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.37.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.12.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20230509"
|
|
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-pubsub_v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.37.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: 2023-05-
|
|
11
|
+
date: 2023-05-21 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-pubsub_v1/CHANGELOG.md
|
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-pubsub_v1/v0.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-pubsub_v1/v0.37.0
|
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-pubsub_v1
|
|
63
63
|
post_install_message:
|
|
64
64
|
rdoc_options: []
|