google-apis-pubsub_v1 0.8.0 → 0.9.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/OVERVIEW.md +2 -2
- data/lib/google/apis/pubsub_v1/classes.rb +62 -57
- data/lib/google/apis/pubsub_v1/gem_version.rb +2 -2
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ad6cb6ebdd84da0e8c3d2934eff6647162ef5f570b59b8afd0d3742fc9377cce
|
4
|
+
data.tar.gz: 9a4db1295a798f2b495b2e60280b13fc28461e5c1cfc3d823ebb947860b8cbd7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9fd0de5cc6e97750741607c40b07bd5966680aa5617d110d2ab9337c3745c22143430ec2ad0ca2d0e542c19105d396ce720376026f10fb410c03954d6582acd4
|
7
|
+
data.tar.gz: 72390dc9e8e6b5581ca09d97caf5e8937346914117a5e2e75abb447c0bcb97d17c616977c4c3453c5ea963c64c904ce0a3cea44c223dd7782b6adaf46cd25a81
|
data/CHANGELOG.md
CHANGED
data/OVERVIEW.md
CHANGED
@@ -60,8 +60,8 @@ See the class reference docs for information on the methods you can call from a
|
|
60
60
|
|
61
61
|
More detailed descriptions of the Google simple REST clients are available in two documents.
|
62
62
|
|
63
|
-
* The [Usage Guide](https://github.com/googleapis/google-api-ruby-client/blob/
|
64
|
-
* The [Auth Guide](https://github.com/googleapis/google-api-ruby-client/blob/
|
63
|
+
* The [Usage Guide](https://github.com/googleapis/google-api-ruby-client/blob/main/docs/usage-guide.md) discusses how to make API calls, how to use the provided data structures, and how to work the various features of the client library, including media upload and download, error handling, retries, pagination, and logging.
|
64
|
+
* The [Auth Guide](https://github.com/googleapis/google-api-ruby-client/blob/main/docs/auth-guide.md) discusses authentication in the client libraries, including API keys, OAuth 2.0, service accounts, and environment variables.
|
65
65
|
|
66
66
|
(Note: the above documents are written for the simple REST clients in general, and their examples may not reflect the Pubsub service in particular.)
|
67
67
|
|
@@ -42,7 +42,7 @@ module Google
|
|
42
42
|
end
|
43
43
|
end
|
44
44
|
|
45
|
-
# Associates `members
|
45
|
+
# Associates `members`, or principals, with a `role`.
|
46
46
|
class Binding
|
47
47
|
include Google::Apis::Core::Hashable
|
48
48
|
|
@@ -65,7 +65,7 @@ module Google
|
|
65
65
|
# @return [Google::Apis::PubsubV1::Expr]
|
66
66
|
attr_accessor :condition
|
67
67
|
|
68
|
-
# Specifies the
|
68
|
+
# Specifies the principals requesting access for a Cloud Platform 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
|
@@ -95,8 +95,8 @@ module Google
|
|
95
95
|
# @return [Array<String>]
|
96
96
|
attr_accessor :members
|
97
97
|
|
98
|
-
# Role that is assigned to `members
|
99
|
-
#
|
98
|
+
# Role that is assigned to the list of `members`, or principals. For example, `
|
99
|
+
# roles/viewer`, `roles/editor`, or `roles/owner`.
|
100
100
|
# Corresponds to the JSON property `role`
|
101
101
|
# @return [String]
|
102
102
|
attr_accessor :role
|
@@ -561,37 +561,42 @@ module Google
|
|
561
561
|
|
562
562
|
# An Identity and Access Management (IAM) policy, which specifies access
|
563
563
|
# controls for Google Cloud resources. A `Policy` is a collection of `bindings`.
|
564
|
-
# A `binding` binds one or more `members
|
565
|
-
# user accounts, service accounts, Google groups, and domains (
|
566
|
-
# A `role` is a named list of permissions; each `role` can be
|
567
|
-
# role or a user-created custom role. For some types of Google
|
568
|
-
# a `binding` can also specify a `condition`, which is a
|
569
|
-
# allows access to a resource only if the expression
|
570
|
-
# condition can add constraints based on attributes of
|
571
|
-
# or both. To learn which resources support
|
572
|
-
# see the [IAM documentation](https://cloud.
|
573
|
-
# resource-policies). **JSON example:** ` "
|
574
|
-
# resourcemanager.organizationAdmin", "members": [
|
575
|
-
# group:admins@example.com", "domain:google.com", "
|
576
|
-
# appspot.gserviceaccount.com" ] `, ` "role": "
|
577
|
-
# organizationViewer", "members": [ "user:eve@example.com"
|
578
|
-
# title": "expirable access", "description": "Does not grant
|
579
|
-
# 2020", "expression": "request.time < timestamp('2020-10-01T00:
|
580
|
-
# ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
|
581
|
-
# members: - user:mike@example.com - group:admins@example.com -
|
582
|
-
# com - serviceAccount:my-project-id@appspot.gserviceaccount.com
|
583
|
-
# resourcemanager.organizationAdmin - members: - user:eve@example.
|
584
|
-
# roles/resourcemanager.organizationViewer condition: title: expirable
|
585
|
-
# description: Does not grant access after Sep 2020 expression: request.
|
586
|
-
# timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
|
587
|
-
# description of IAM and its features, see the [IAM documentation](https://
|
588
|
-
# google.com/iam/docs/).
|
564
|
+
# A `binding` binds one or more `members`, or principals, to a single `role`.
|
565
|
+
# Principals can be user accounts, service accounts, Google groups, and domains (
|
566
|
+
# such as G Suite). A `role` is a named list of permissions; each `role` can be
|
567
|
+
# an IAM predefined role or a user-created custom role. For some types of Google
|
568
|
+
# Cloud resources, a `binding` can also specify a `condition`, which is a
|
569
|
+
# logical expression that allows access to a resource only if the expression
|
570
|
+
# evaluates to `true`. A condition can add constraints based on attributes of
|
571
|
+
# the request, the resource, or both. To learn which resources support
|
572
|
+
# conditions in their IAM policies, see the [IAM documentation](https://cloud.
|
573
|
+
# google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
|
574
|
+
# bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
|
575
|
+
# "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
|
576
|
+
# serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
|
577
|
+
# roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
|
578
|
+
# ], "condition": ` "title": "expirable access", "description": "Does not grant
|
579
|
+
# access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
|
580
|
+
# 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
|
581
|
+
# bindings: - members: - user:mike@example.com - group:admins@example.com -
|
582
|
+
# domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
|
583
|
+
# role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
|
584
|
+
# com role: roles/resourcemanager.organizationViewer condition: title: expirable
|
585
|
+
# access description: Does not grant access after Sep 2020 expression: request.
|
586
|
+
# time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
|
587
|
+
# a description of IAM and its features, see the [IAM documentation](https://
|
588
|
+
# cloud.google.com/iam/docs/).
|
589
589
|
class Policy
|
590
590
|
include Google::Apis::Core::Hashable
|
591
591
|
|
592
|
-
# Associates a list of `members
|
593
|
-
# condition` that determines how and when the `bindings` are applied.
|
594
|
-
# the `bindings` must contain at least one
|
592
|
+
# Associates a list of `members`, or principals, with a `role`. Optionally, may
|
593
|
+
# specify a `condition` that determines how and when the `bindings` are applied.
|
594
|
+
# Each of the `bindings` must contain at least one principal. The `bindings` in
|
595
|
+
# a `Policy` can refer to up to 1,500 principals; up to 250 of these principals
|
596
|
+
# can be Google groups. Each occurrence of a principal counts towards these
|
597
|
+
# limits. For example, if the `bindings` grant 50 different roles to `user:alice@
|
598
|
+
# example.com`, and not to any other principal, then you can add another 1,450
|
599
|
+
# principals to the `bindings` in the `Policy`.
|
595
600
|
# Corresponds to the JSON property `bindings`
|
596
601
|
# @return [Array<Google::Apis::PubsubV1::Binding>]
|
597
602
|
attr_accessor :bindings
|
@@ -1037,31 +1042,31 @@ module Google
|
|
1037
1042
|
|
1038
1043
|
# An Identity and Access Management (IAM) policy, which specifies access
|
1039
1044
|
# controls for Google Cloud resources. A `Policy` is a collection of `bindings`.
|
1040
|
-
# A `binding` binds one or more `members
|
1041
|
-
# user accounts, service accounts, Google groups, and domains (
|
1042
|
-
# A `role` is a named list of permissions; each `role` can be
|
1043
|
-
# role or a user-created custom role. For some types of Google
|
1044
|
-
# a `binding` can also specify a `condition`, which is a
|
1045
|
-
# allows access to a resource only if the expression
|
1046
|
-
# condition can add constraints based on attributes of
|
1047
|
-
# or both. To learn which resources support
|
1048
|
-
# see the [IAM documentation](https://cloud.
|
1049
|
-
# resource-policies). **JSON example:** ` "
|
1050
|
-
# resourcemanager.organizationAdmin", "members": [
|
1051
|
-
# group:admins@example.com", "domain:google.com", "
|
1052
|
-
# appspot.gserviceaccount.com" ] `, ` "role": "
|
1053
|
-
# organizationViewer", "members": [ "user:eve@example.com"
|
1054
|
-
# title": "expirable access", "description": "Does not grant
|
1055
|
-
# 2020", "expression": "request.time < timestamp('2020-10-01T00:
|
1056
|
-
# ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
|
1057
|
-
# members: - user:mike@example.com - group:admins@example.com -
|
1058
|
-
# com - serviceAccount:my-project-id@appspot.gserviceaccount.com
|
1059
|
-
# resourcemanager.organizationAdmin - members: - user:eve@example.
|
1060
|
-
# roles/resourcemanager.organizationViewer condition: title: expirable
|
1061
|
-
# description: Does not grant access after Sep 2020 expression: request.
|
1062
|
-
# timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
|
1063
|
-
# description of IAM and its features, see the [IAM documentation](https://
|
1064
|
-
# google.com/iam/docs/).
|
1045
|
+
# A `binding` binds one or more `members`, or principals, to a single `role`.
|
1046
|
+
# Principals can be user accounts, service accounts, Google groups, and domains (
|
1047
|
+
# such as G Suite). A `role` is a named list of permissions; each `role` can be
|
1048
|
+
# an IAM predefined role or a user-created custom role. For some types of Google
|
1049
|
+
# Cloud resources, a `binding` can also specify a `condition`, which is a
|
1050
|
+
# logical expression that allows access to a resource only if the expression
|
1051
|
+
# evaluates to `true`. A condition can add constraints based on attributes of
|
1052
|
+
# the request, the resource, or both. To learn which resources support
|
1053
|
+
# conditions in their IAM policies, see the [IAM documentation](https://cloud.
|
1054
|
+
# google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
|
1055
|
+
# bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
|
1056
|
+
# "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
|
1057
|
+
# serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
|
1058
|
+
# roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
|
1059
|
+
# ], "condition": ` "title": "expirable access", "description": "Does not grant
|
1060
|
+
# access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
|
1061
|
+
# 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
|
1062
|
+
# bindings: - members: - user:mike@example.com - group:admins@example.com -
|
1063
|
+
# domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
|
1064
|
+
# role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
|
1065
|
+
# com role: roles/resourcemanager.organizationViewer condition: title: expirable
|
1066
|
+
# access description: Does not grant access after Sep 2020 expression: request.
|
1067
|
+
# time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
|
1068
|
+
# a description of IAM and its features, see the [IAM documentation](https://
|
1069
|
+
# cloud.google.com/iam/docs/).
|
1065
1070
|
# Corresponds to the JSON property `policy`
|
1066
1071
|
# @return [Google::Apis::PubsubV1::Policy]
|
1067
1072
|
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.
|
19
|
+
GEM_VERSION = "0.9.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.4.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20211012"
|
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.
|
4
|
+
version: 0.9.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: 2021-
|
11
|
+
date: 2021-10-27 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -57,9 +57,9 @@ licenses:
|
|
57
57
|
- Apache-2.0
|
58
58
|
metadata:
|
59
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
60
|
-
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-pubsub_v1/v0.
|
62
|
-
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/
|
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.9.0
|
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: []
|
65
65
|
require_paths:
|