google-apis-pubsub_v1beta2 0.23.0 → 0.24.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 +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/pubsub_v1beta2/classes.rb +20 -20
- data/lib/google/apis/pubsub_v1beta2/gem_version.rb +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e2e89e3f6042fd22d43b413544e327272b6bc81fc5eefd13de19b9b9fcb699ff
|
4
|
+
data.tar.gz: c0695cd72d801f200f9ab5e3e1365f0ca8e7208dd3d565709f27aee7986d88b6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 07df2168b432e347e9a73c88b41bda910c553d5b8d9d89bd38cd24bf57a90d019086a0ac4750d3d9f53ed5a2cce43935968971bbafd7fc1677b22f715e5f007d
|
7
|
+
data.tar.gz: '092e0fcfebdb38426b11fa65452e3c8fda48dbfdd30410ff558056069f98ff8689bef6bede68be2bf2068caa07a90b13398e479b790990aa839a19f96e2c5d74'
|
data/CHANGELOG.md
CHANGED
@@ -367,22 +367,22 @@ module Google
|
|
367
367
|
# evaluates to `true`. A condition can add constraints based on attributes of
|
368
368
|
# the request, the resource, or both. To learn which resources support
|
369
369
|
# conditions in their IAM policies, see the [IAM documentation](https://cloud.
|
370
|
-
# google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
|
370
|
+
# google.com/iam/help/conditions/resource-policies). **JSON example:** ``` ` "
|
371
371
|
# bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
|
372
372
|
# "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
|
373
373
|
# serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
|
374
374
|
# roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
|
375
375
|
# ], "condition": ` "title": "expirable access", "description": "Does not grant
|
376
376
|
# access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
|
377
|
-
# 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML
|
378
|
-
# bindings: - members: - user:mike@example.com - group:admins@
|
379
|
-
# domain:google.com - serviceAccount:my-project-id@appspot.
|
380
|
-
# role: roles/resourcemanager.organizationAdmin - members: -
|
381
|
-
# com role: roles/resourcemanager.organizationViewer condition:
|
382
|
-
# access description: Does not grant access after Sep 2020
|
383
|
-
# time < timestamp('2020-10-01T00:00:00.000Z') etag:
|
384
|
-
# a description of IAM and its features, see the
|
385
|
-
# cloud.google.com/iam/docs/).
|
377
|
+
# 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` ``` **YAML
|
378
|
+
# example:** ``` bindings: - members: - user:mike@example.com - group:admins@
|
379
|
+
# example.com - domain:google.com - serviceAccount:my-project-id@appspot.
|
380
|
+
# gserviceaccount.com role: roles/resourcemanager.organizationAdmin - members: -
|
381
|
+
# user:eve@example.com role: roles/resourcemanager.organizationViewer condition:
|
382
|
+
# title: expirable access description: Does not grant access after Sep 2020
|
383
|
+
# expression: request.time < timestamp('2020-10-01T00:00:00.000Z') etag:
|
384
|
+
# BwWWja0YfJA= version: 3 ``` For a description of IAM and its features, see the
|
385
|
+
# [IAM documentation](https://cloud.google.com/iam/docs/).
|
386
386
|
class Policy
|
387
387
|
include Google::Apis::Core::Hashable
|
388
388
|
|
@@ -671,22 +671,22 @@ module Google
|
|
671
671
|
# evaluates to `true`. A condition can add constraints based on attributes of
|
672
672
|
# the request, the resource, or both. To learn which resources support
|
673
673
|
# conditions in their IAM policies, see the [IAM documentation](https://cloud.
|
674
|
-
# google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
|
674
|
+
# google.com/iam/help/conditions/resource-policies). **JSON example:** ``` ` "
|
675
675
|
# bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
|
676
676
|
# "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
|
677
677
|
# serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
|
678
678
|
# roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
|
679
679
|
# ], "condition": ` "title": "expirable access", "description": "Does not grant
|
680
680
|
# access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
|
681
|
-
# 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML
|
682
|
-
# bindings: - members: - user:mike@example.com - group:admins@
|
683
|
-
# domain:google.com - serviceAccount:my-project-id@appspot.
|
684
|
-
# role: roles/resourcemanager.organizationAdmin - members: -
|
685
|
-
# com role: roles/resourcemanager.organizationViewer condition:
|
686
|
-
# access description: Does not grant access after Sep 2020
|
687
|
-
# time < timestamp('2020-10-01T00:00:00.000Z') etag:
|
688
|
-
# a description of IAM and its features, see the
|
689
|
-
# cloud.google.com/iam/docs/).
|
681
|
+
# 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` ``` **YAML
|
682
|
+
# example:** ``` bindings: - members: - user:mike@example.com - group:admins@
|
683
|
+
# example.com - domain:google.com - serviceAccount:my-project-id@appspot.
|
684
|
+
# gserviceaccount.com role: roles/resourcemanager.organizationAdmin - members: -
|
685
|
+
# user:eve@example.com role: roles/resourcemanager.organizationViewer condition:
|
686
|
+
# title: expirable access description: Does not grant access after Sep 2020
|
687
|
+
# expression: request.time < timestamp('2020-10-01T00:00:00.000Z') etag:
|
688
|
+
# BwWWja0YfJA= version: 3 ``` For a description of IAM and its features, see the
|
689
|
+
# [IAM documentation](https://cloud.google.com/iam/docs/).
|
690
690
|
# Corresponds to the JSON property `policy`
|
691
691
|
# @return [Google::Apis::PubsubV1beta2::Policy]
|
692
692
|
attr_accessor :policy
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module PubsubV1beta2
|
18
18
|
# Version of the google-apis-pubsub_v1beta2 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.24.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 = "
|
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_v1beta2
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.24.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-
|
11
|
+
date: 2023-08-13 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_v1beta2/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-pubsub_v1beta2/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-pubsub_v1beta2/v0.24.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-pubsub_v1beta2
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|