google-apis-pubsub_v1 0.39.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: 77109bdd5e635331fb2de705ec7a58beb7213ef709207db93898b2433cf75891
4
- data.tar.gz: cc6243f621c45856837d66454725d6692c61b9dfa8698b572ef70707696b51e3
3
+ metadata.gz: 25c71de243b959043a875445f4f2151e4bdbc73aec6e10a577ff98f623bbcb79
4
+ data.tar.gz: c27c1d5ffaa8eebe92496e34ec3c62111d5f734c8dbd34f0513080b2aa96d70d
5
5
  SHA512:
6
- metadata.gz: a274b03ccc9a8dee740aed360c2796428af479a4fc686e1b2c5580f8ebb944959ceabd48f992454f4723489c73a8f8e633201a77e66e35aea6656f82db9a06d2
7
- data.tar.gz: 866c06c3e606055674b0a5a753df5a4d181c74d0bb59686b82782c8dfb4eafffe7cfc2b0a87c6d1d2cf3fa3a201f9527092cb14e1d7b5f921eb94a9ff44532dd
6
+ metadata.gz: 577f01e63114565537709cca49409d285f65eace5c6e341f5c5aa34b669590bc8852114e36d8e31cd134b9c4c61253d7cefb38909d14d6770a2c627702e590b3
7
+ data.tar.gz: 79e5a43f40c79b226ece7d20c039412cf9bf4bc0095a79decae533b07d401d4457c427f18510e49c668febe9c5bcc49fd768e812e1e426957c27b0fcbc0c13b2
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
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
+
7
+ ### v0.40.0 (2023-07-09)
8
+
9
+ * Regenerated from discovery document revision 20230627
10
+
3
11
  ### v0.39.0 (2023-07-02)
4
12
 
5
13
  * Regenerated from discovery document revision 20230620
@@ -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
@@ -223,6 +226,7 @@ module Google
223
226
 
224
227
  # Optional. User-provided suffix for Cloud Storage filename. See the [object
225
228
  # naming requirements](https://cloud.google.com/storage/docs/objects#naming).
229
+ # Must not end in "/".
226
230
  # Corresponds to the JSON property `filenameSuffix`
227
231
  # @return [String]
228
232
  attr_accessor :filename_suffix
@@ -795,22 +799,22 @@ module Google
795
799
  # evaluates to `true`. A condition can add constraints based on attributes of
796
800
  # the request, the resource, or both. To learn which resources support
797
801
  # conditions in their IAM policies, see the [IAM documentation](https://cloud.
798
- # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
802
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ``` ` "
799
803
  # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
800
804
  # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
801
805
  # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
802
806
  # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
803
807
  # ], "condition": ` "title": "expirable access", "description": "Does not grant
804
808
  # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
805
- # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
806
- # bindings: - members: - user:mike@example.com - group:admins@example.com -
807
- # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
808
- # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
809
- # com role: roles/resourcemanager.organizationViewer condition: title: expirable
810
- # access description: Does not grant access after Sep 2020 expression: request.
811
- # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
812
- # a description of IAM and its features, see the [IAM documentation](https://
813
- # 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/).
814
818
  class Policy
815
819
  include Google::Apis::Core::Hashable
816
820
 
@@ -1359,22 +1363,22 @@ module Google
1359
1363
  # evaluates to `true`. A condition can add constraints based on attributes of
1360
1364
  # the request, the resource, or both. To learn which resources support
1361
1365
  # conditions in their IAM policies, see the [IAM documentation](https://cloud.
1362
- # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
1366
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ``` ` "
1363
1367
  # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
1364
1368
  # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
1365
1369
  # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
1366
1370
  # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
1367
1371
  # ], "condition": ` "title": "expirable access", "description": "Does not grant
1368
1372
  # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
1369
- # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
1370
- # bindings: - members: - user:mike@example.com - group:admins@example.com -
1371
- # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
1372
- # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
1373
- # com role: roles/resourcemanager.organizationViewer condition: title: expirable
1374
- # access description: Does not grant access after Sep 2020 expression: request.
1375
- # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
1376
- # a description of IAM and its features, see the [IAM documentation](https://
1377
- # 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/).
1378
1382
  # Corresponds to the JSON property `policy`
1379
1383
  # @return [Google::Apis::PubsubV1::Policy]
1380
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.39.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 = "20230620"
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.39.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-02 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.39.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: []