google-apis-pubsub_v1 0.40.0 → 0.41.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: 589d4e6d2b03f87abd75bf7998f3407cfdf2d07c32bc599ab95cd4f6189d5f80
4
- data.tar.gz: 3cb7818796a6cbf405dd4bc8260a5187117f73a7095551b7728c4434e2c757b1
3
+ metadata.gz: 25c71de243b959043a875445f4f2151e4bdbc73aec6e10a577ff98f623bbcb79
4
+ data.tar.gz: c27c1d5ffaa8eebe92496e34ec3c62111d5f734c8dbd34f0513080b2aa96d70d
5
5
  SHA512:
6
- metadata.gz: 81280fecd7f484a2ee652780eb68fd0b2502010ea5f883b4006f4bdbaf13b7cb0aa448406f18408a98fcf5448cfeea4e8c8b47be7c750c532afa10a4b4a7c9d9
7
- data.tar.gz: 81b301e000259eebba432b410f6d8f42b48946e95e7ef9b750423a68beae06ddc7ba4c5a7b95f0d4715c9588d5e6ca39c1738c3d6fb50c75163a8d378823cbcd
6
+ metadata.gz: 577f01e63114565537709cca49409d285f65eace5c6e341f5c5aa34b669590bc8852114e36d8e31cd134b9c4c61253d7cefb38909d14d6770a2c627702e590b3
7
+ data.tar.gz: 79e5a43f40c79b226ece7d20c039412cf9bf4bc0095a79decae533b07d401d4457c427f18510e49c668febe9c5bcc49fd768e812e1e426957c27b0fcbc0c13b2
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-pubsub_v1
2
2
 
3
+ ### v0.41.0 (2023-08-13)
4
+
5
+ * Regenerated from discovery document revision 20230801
6
+
3
7
  ### v0.40.0 (2023-07-09)
4
8
 
5
9
  * Regenerated from discovery document revision 20230627
@@ -48,7 +48,10 @@ module Google
48
48
  include Google::Apis::Core::Hashable
49
49
 
50
50
  # Optional. When true, write the subscription name, message_id, publish_time,
51
- # attributes, and ordering_key as additional fields in the output.
51
+ # attributes, and ordering_key as additional fields in the output. The
52
+ # subscription name, message_id, and publish_time fields are put in their own
53
+ # fields while all other message properties other than data (for example, an
54
+ # ordering_key, if present) are added as entries in the attributes map.
52
55
  # Corresponds to the JSON property `writeMetadata`
53
56
  # @return [Boolean]
54
57
  attr_accessor :write_metadata
@@ -796,22 +799,22 @@ module Google
796
799
  # evaluates to `true`. A condition can add constraints based on attributes of
797
800
  # the request, the resource, or both. To learn which resources support
798
801
  # conditions in their IAM policies, see the [IAM documentation](https://cloud.
799
- # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
802
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ``` ` "
800
803
  # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
801
804
  # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
802
805
  # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
803
806
  # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
804
807
  # ], "condition": ` "title": "expirable access", "description": "Does not grant
805
808
  # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
806
- # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
807
- # bindings: - members: - user:mike@example.com - group:admins@example.com -
808
- # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
809
- # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
810
- # com role: roles/resourcemanager.organizationViewer condition: title: expirable
811
- # access description: Does not grant access after Sep 2020 expression: request.
812
- # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
813
- # a description of IAM and its features, see the [IAM documentation](https://
814
- # cloud.google.com/iam/docs/).
809
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` ``` **YAML
810
+ # example:** ``` bindings: - members: - user:mike@example.com - group:admins@
811
+ # example.com - domain:google.com - serviceAccount:my-project-id@appspot.
812
+ # gserviceaccount.com role: roles/resourcemanager.organizationAdmin - members: -
813
+ # user:eve@example.com role: roles/resourcemanager.organizationViewer condition:
814
+ # title: expirable access description: Does not grant access after Sep 2020
815
+ # expression: request.time < timestamp('2020-10-01T00:00:00.000Z') etag:
816
+ # BwWWja0YfJA= version: 3 ``` For a description of IAM and its features, see the
817
+ # [IAM documentation](https://cloud.google.com/iam/docs/).
815
818
  class Policy
816
819
  include Google::Apis::Core::Hashable
817
820
 
@@ -1360,22 +1363,22 @@ module Google
1360
1363
  # evaluates to `true`. A condition can add constraints based on attributes of
1361
1364
  # the request, the resource, or both. To learn which resources support
1362
1365
  # conditions in their IAM policies, see the [IAM documentation](https://cloud.
1363
- # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
1366
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ``` ` "
1364
1367
  # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
1365
1368
  # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
1366
1369
  # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
1367
1370
  # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
1368
1371
  # ], "condition": ` "title": "expirable access", "description": "Does not grant
1369
1372
  # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
1370
- # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
1371
- # bindings: - members: - user:mike@example.com - group:admins@example.com -
1372
- # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
1373
- # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
1374
- # com role: roles/resourcemanager.organizationViewer condition: title: expirable
1375
- # access description: Does not grant access after Sep 2020 expression: request.
1376
- # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
1377
- # a description of IAM and its features, see the [IAM documentation](https://
1378
- # cloud.google.com/iam/docs/).
1373
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` ``` **YAML
1374
+ # example:** ``` bindings: - members: - user:mike@example.com - group:admins@
1375
+ # example.com - domain:google.com - serviceAccount:my-project-id@appspot.
1376
+ # gserviceaccount.com role: roles/resourcemanager.organizationAdmin - members: -
1377
+ # user:eve@example.com role: roles/resourcemanager.organizationViewer condition:
1378
+ # title: expirable access description: Does not grant access after Sep 2020
1379
+ # expression: request.time < timestamp('2020-10-01T00:00:00.000Z') etag:
1380
+ # BwWWja0YfJA= version: 3 ``` For a description of IAM and its features, see the
1381
+ # [IAM documentation](https://cloud.google.com/iam/docs/).
1379
1382
  # Corresponds to the JSON property `policy`
1380
1383
  # @return [Google::Apis::PubsubV1::Policy]
1381
1384
  attr_accessor :policy
@@ -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.40.0"
19
+ GEM_VERSION = "0.41.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 = "20230627"
25
+ REVISION = "20230801"
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.40.0
4
+ version: 0.41.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-07-09 00:00:00.000000000 Z
11
+ date: 2023-08-20 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.40.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-pubsub_v1/v0.41.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: []