google-apis-pubsub_v1 0.13.0 → 0.14.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: 7cecd6d4e710c5365d2f077621ae8dea62204a798c318c4bc99a7dafe71938fd
4
- data.tar.gz: 032b95ad0150300c6493dd64a765f258df32dc5dacd2a8daac93b981698f1858
3
+ metadata.gz: 58b9cbf48e9a6152f951f64b4f6db3b2150711760656374c36997401152326c9
4
+ data.tar.gz: e8ef28004a6e01a83035caa62749a8bd19eabc1e88d599d6ba2b203aef926a8d
5
5
  SHA512:
6
- metadata.gz: 75baaa90f50a26f3b9ad4a3ae9a8557feb556f4388cc9aae6d5c9b51408c475d0fbe2d25189bee3716481dee4f0b57d47e7e418e84591781edf0821aabe22814
7
- data.tar.gz: '05488e3a50b699fdf5f45947320222afcb11ef2021aca85f2c020b343b0cf0e23298c0d59b64f0f8c693b9f60873a052c0a652f39175bc4df99483b7b90a12ce'
6
+ metadata.gz: cffade831a367990a349d304d5d1d478f5d32dbc3df8b3ee92411ae724b4a709f7ec5b15de7de679516f3de5eec73fc5065004aaf71a4a0357ea5480fdcf09bc
7
+ data.tar.gz: 9551172f4d2033e267ae4a967e8b5c9b7863e0198bf81faacb76bc74db54b55a42aa83bdba209c0a7179f9df4695c700cb2c778328c886138ad32b90e91552a7
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-pubsub_v1
2
2
 
3
+ ### v0.14.0 (2022-03-13)
4
+
5
+ * Regenerated from discovery document revision 20220301
6
+
3
7
  ### v0.13.0 (2022-02-22)
4
8
 
5
9
  * Regenerated from discovery document revision 20220207
@@ -541,9 +541,8 @@ module Google
541
541
  attr_accessor :audience
542
542
 
543
543
  # [Service account email](https://cloud.google.com/iam/docs/service-accounts) to
544
- # be used for generating the OIDC token. The caller (for CreateSubscription,
545
- # UpdateSubscription, and ModifyPushConfig RPCs) must have the iam.
546
- # serviceAccounts.actAs permission for the service account.
544
+ # be used for generating the OIDC token. See [Setting up push authentication](/
545
+ # pubsub/docs/push#setting_up_for_push_authentication) for more details.
547
546
  # Corresponds to the JSON property `serviceAccountEmail`
548
547
  # @return [String]
549
548
  attr_accessor :service_account_email
@@ -945,6 +944,16 @@ module Google
945
944
  # @return [String]
946
945
  attr_accessor :name
947
946
 
947
+ # Output only. The timestamp that the revision was created.
948
+ # Corresponds to the JSON property `revisionCreateTime`
949
+ # @return [String]
950
+ attr_accessor :revision_create_time
951
+
952
+ # Output only. Immutable. The revision ID of the schema.
953
+ # Corresponds to the JSON property `revisionId`
954
+ # @return [String]
955
+ attr_accessor :revision_id
956
+
948
957
  # The type of the schema definition.
949
958
  # Corresponds to the JSON property `type`
950
959
  # @return [String]
@@ -958,6 +967,8 @@ module Google
958
967
  def update!(**args)
959
968
  @definition = args[:definition] if args.key?(:definition)
960
969
  @name = args[:name] if args.key?(:name)
970
+ @revision_create_time = args[:revision_create_time] if args.key?(:revision_create_time)
971
+ @revision_id = args[:revision_id] if args.key?(:revision_id)
961
972
  @type = args[:type] if args.key?(:type)
962
973
  end
963
974
  end
@@ -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.13.0"
19
+ GEM_VERSION = "0.14.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 = "20220207"
25
+ REVISION = "20220301"
26
26
  end
27
27
  end
28
28
  end
@@ -516,6 +516,8 @@ module Google
516
516
  class Representation < Google::Apis::Core::JsonRepresentation
517
517
  property :definition, as: 'definition'
518
518
  property :name, as: 'name'
519
+ property :revision_create_time, as: 'revisionCreateTime'
520
+ property :revision_id, as: 'revisionId'
519
521
  property :type, as: 'type'
520
522
  end
521
523
  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.13.0
4
+ version: 0.14.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-28 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-pubsub_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-pubsub_v1/v0.13.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-pubsub_v1/v0.14.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: []