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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c87be04cdf55f91999f829fdd4fab97b80891298512725eb8625be7a960db6c7
4
- data.tar.gz: 5712f0802bce713738072ff8421e37e711156629f54f2e3371529fcab80d6800
3
+ metadata.gz: 61c7c14dd17915f5640bfd40b912933f693cda7705ecb94d6454f9ef20e12aa5
4
+ data.tar.gz: 470522693f5176b65c1457eddbf433b90946dd7f9676c275e90955edcccec285
5
5
  SHA512:
6
- metadata.gz: 8488ffee537c4ba80e951f98e62f33940e5c587085dd3ad2e9a669f971201f94cb4415825e4b58af1508c7487d209ead1dc6a5327beb7e74bfe95cd1997f47b2
7
- data.tar.gz: be9e8b9fbca94c76c6cc1514856bf5b01df6f9b710dfdbbb5522480448402d0b15fff4c1ef73d2fd83a0e3b2ad9161f261008ffa69c19c06fc6433ed054d23f6
6
+ metadata.gz: a916595bd76402125717081064c124e1052affe84c8c2b7e666e8fb3f5db030de02c3019f74e94381d3ff43739eac0f626f8da7f82ee3616df0cc3e341f53d23
7
+ data.tar.gz: 1cb19d7989ef51521ddc457110e2bba0c5bfbd3f4b19da41ddad040f9d75f5b374dcdeb05b153671b5859a6bced5cac716dbad6d9ebabcfa1182be786962b8da
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-pubsub_v1
2
2
 
3
+ ### v0.37.0 (2023-05-21)
4
+
5
+ * Regenerated from discovery document revision 20230509
6
+
3
7
  ### v0.36.0 (2023-05-07)
4
8
 
5
9
  * Regenerated from discovery document revision 20230425
@@ -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). [Service account
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). [Service account
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.36.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 = "20230425"
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.36.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-14 00:00:00.000000000 Z
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.36.0
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: []