google-apis-pubsub_v1 0.13.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: 7cecd6d4e710c5365d2f077621ae8dea62204a798c318c4bc99a7dafe71938fd
4
- data.tar.gz: 032b95ad0150300c6493dd64a765f258df32dc5dacd2a8daac93b981698f1858
3
+ metadata.gz: 637b217580bc9aa8b80cedc2da65cdf5c04c1d8e46703dc1afcbc954135a4b80
4
+ data.tar.gz: f3fc1e5fb5a18eb7b15153078086bd9a26c7824b61e2ffc2abf6e646c70d23d2
5
5
  SHA512:
6
- metadata.gz: 75baaa90f50a26f3b9ad4a3ae9a8557feb556f4388cc9aae6d5c9b51408c475d0fbe2d25189bee3716481dee4f0b57d47e7e418e84591781edf0821aabe22814
7
- data.tar.gz: '05488e3a50b699fdf5f45947320222afcb11ef2021aca85f2c020b343b0cf0e23298c0d59b64f0f8c693b9f60873a052c0a652f39175bc4df99483b7b90a12ce'
6
+ metadata.gz: 33de37a8c68f03efa2b8f5a51daf65f3e993de862460395857ad4c9fb04ce289e1ad47001c7962d4ed5223b250950222f3d830d972468a1b00f57431b32211a4
7
+ data.tar.gz: 2ac94d0f265cea872a9213005e3b4b70bb205bd239d03a24ecebfcdf058c55426362777c60da58624f6aa0377239bb150cf9bcad770f5273e7912ae713d2c2af
data/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # Release history for google-apis-pubsub_v1
2
2
 
3
+ ### v0.16.0 (2022-04-17)
4
+
5
+ * Regenerated from discovery document revision 20220404
6
+
7
+ ### v0.15.0 (2022-04-01)
8
+
9
+ * Regenerated from discovery document revision 20220322
10
+
11
+ ### v0.14.0 (2022-03-13)
12
+
13
+ * Regenerated from discovery document revision 20220301
14
+
3
15
  ### v0.13.0 (2022-02-22)
4
16
 
5
17
  * Regenerated from discovery document revision 20220207
@@ -65,7 +65,7 @@ module Google
65
65
  # @return [Google::Apis::PubsubV1::Expr]
66
66
  attr_accessor :condition
67
67
 
68
- # Specifies the principals requesting access for a Cloud Platform resource. `
68
+ # Specifies the principals requesting access for a Google Cloud resource. `
69
69
  # members` can have the following values: * `allUsers`: A special identifier
70
70
  # that represents anyone who is on the internet; with or without a Google
71
71
  # account. * `allAuthenticatedUsers`: A special identifier that represents
@@ -200,8 +200,7 @@ module Google
200
200
  # A generic empty message that you can re-use to avoid defining duplicated empty
201
201
  # messages in your APIs. A typical example is to use it as the request or the
202
202
  # response type of an API method. For instance: service Foo ` rpc Bar(google.
203
- # protobuf.Empty) returns (google.protobuf.Empty); ` The JSON representation for
204
- # `Empty` is empty JSON object ````.
203
+ # protobuf.Empty) returns (google.protobuf.Empty); `
205
204
  class Empty
206
205
  include Google::Apis::Core::Hashable
207
206
 
@@ -541,9 +540,8 @@ module Google
541
540
  attr_accessor :audience
542
541
 
543
542
  # [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.
543
+ # be used for generating the OIDC token. See [Setting up push authentication](/
544
+ # pubsub/docs/push#setting_up_for_push_authentication) for more details.
547
545
  # Corresponds to the JSON property `serviceAccountEmail`
548
546
  # @return [String]
549
547
  attr_accessor :service_account_email
@@ -945,6 +943,16 @@ module Google
945
943
  # @return [String]
946
944
  attr_accessor :name
947
945
 
946
+ # Output only. The timestamp that the revision was created.
947
+ # Corresponds to the JSON property `revisionCreateTime`
948
+ # @return [String]
949
+ attr_accessor :revision_create_time
950
+
951
+ # Output only. Immutable. The revision ID of the schema.
952
+ # Corresponds to the JSON property `revisionId`
953
+ # @return [String]
954
+ attr_accessor :revision_id
955
+
948
956
  # The type of the schema definition.
949
957
  # Corresponds to the JSON property `type`
950
958
  # @return [String]
@@ -958,6 +966,8 @@ module Google
958
966
  def update!(**args)
959
967
  @definition = args[:definition] if args.key?(:definition)
960
968
  @name = args[:name] if args.key?(:name)
969
+ @revision_create_time = args[:revision_create_time] if args.key?(:revision_create_time)
970
+ @revision_id = args[:revision_id] if args.key?(:revision_id)
961
971
  @type = args[:type] if args.key?(:type)
962
972
  end
963
973
  end
@@ -1311,7 +1321,7 @@ module Google
1311
1321
  include Google::Apis::Core::Hashable
1312
1322
 
1313
1323
  # The set of permissions to check for the `resource`. Permissions with wildcards
1314
- # (such as '*' or 'storage.*') are not allowed. For more information see [IAM
1324
+ # (such as `*` or `storage.*`) are not allowed. For more information see [IAM
1315
1325
  # Overview](https://cloud.google.com/iam/docs/overview#permissions).
1316
1326
  # Corresponds to the JSON property `permissions`
1317
1327
  # @return [Array<String>]
@@ -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.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 = "20220207"
25
+ REVISION = "20220404"
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.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-28 00:00:00.000000000 Z
11
+ date: 2022-04-18 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.16.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: []