google-apis-cloudfunctions_v1 0.13.0 → 0.14.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: 7bed6f2221afbfbcefe85029ff3282c7dbd4846ceba8bb94f7c1764afd81f4ca
4
- data.tar.gz: 7ec4794c73f97592deceab2590d3b0b76a191d1e1f2b19d7e0b1e6b0058d20e5
3
+ metadata.gz: 7ced7a95d63c732d0755352ec6e8ffe7fd76aedf8d4dc56b27a79bcc65147022
4
+ data.tar.gz: e6d2ab3aa2f79b635afa8da1e50b816d5f6a386c4128d37ec7e1d76ecbd28479
5
5
  SHA512:
6
- metadata.gz: 81399dc63a788a7ca3230c29753d61dc412e7ffe8d665ab12442e258f15c7c99f0fac8d6df2f622167d947788501219e3ad85ed5a56500f37ecafdf8ba7a929a
7
- data.tar.gz: 4991c563066b8d40a798c5e5e06b8b5f7039f98e9616d12a8cf5207ee26be7a5ee3f88fe5fcc0ebffee9296161282776a833a6c836fb9a9800698655d2e7e9ad
6
+ metadata.gz: 48b19a80e7d467a61bcbb8b1765a3e998882a331b8741a64282210454f2425d1d9a24f0065219e52d456d334cc6b6fcee260c3879b129ebe5ab61cf48f87ac50
7
+ data.tar.gz: d0606421b11f1ba6a5c036f7e252a3eee57e8c0bb7de8575549c1680535c0254b4d17c75a2258910e0a5f392887b42be73f12963a61839dc24b179b64318a3ae
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-cloudfunctions_v1
2
2
 
3
+ ### v0.14.0 (2021-10-22)
4
+
5
+ * Regenerated from discovery document revision 20211014
6
+ * Unspecified changes
7
+
3
8
  ### v0.13.0 (2021-10-09)
4
9
 
5
10
  * Regenerated from discovery document revision 20210929
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/master/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/master/docs/auth-guide.md) discusses authentication in the client libraries, including API keys, OAuth 2.0, service accounts, and environment variables.
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 Cloudfunctions service in particular.)
67
67
 
@@ -93,7 +93,7 @@ module Google
93
93
  end
94
94
  end
95
95
 
96
- # Associates `members` with a `role`.
96
+ # Associates `members`, or principals, with a `role`.
97
97
  class Binding
98
98
  include Google::Apis::Core::Hashable
99
99
 
@@ -116,7 +116,7 @@ module Google
116
116
  # @return [Google::Apis::CloudfunctionsV1::Expr]
117
117
  attr_accessor :condition
118
118
 
119
- # Specifies the identities requesting access for a Cloud Platform resource. `
119
+ # Specifies the principals requesting access for a Cloud Platform resource. `
120
120
  # members` can have the following values: * `allUsers`: A special identifier
121
121
  # that represents anyone who is on the internet; with or without a Google
122
122
  # account. * `allAuthenticatedUsers`: A special identifier that represents
@@ -146,8 +146,8 @@ module Google
146
146
  # @return [Array<String>]
147
147
  attr_accessor :members
148
148
 
149
- # Role that is assigned to `members`. For example, `roles/viewer`, `roles/editor`
150
- # , or `roles/owner`.
149
+ # Role that is assigned to the list of `members`, or principals. For example, `
150
+ # roles/viewer`, `roles/editor`, or `roles/owner`.
151
151
  # Corresponds to the JSON property `role`
152
152
  # @return [String]
153
153
  attr_accessor :role
@@ -953,31 +953,31 @@ module Google
953
953
 
954
954
  # An Identity and Access Management (IAM) policy, which specifies access
955
955
  # controls for Google Cloud resources. A `Policy` is a collection of `bindings`.
956
- # A `binding` binds one or more `members` to a single `role`. Members can be
957
- # user accounts, service accounts, Google groups, and domains (such as G Suite).
958
- # A `role` is a named list of permissions; each `role` can be an IAM predefined
959
- # role or a user-created custom role. For some types of Google Cloud resources,
960
- # a `binding` can also specify a `condition`, which is a logical expression that
961
- # allows access to a resource only if the expression evaluates to `true`. A
962
- # condition can add constraints based on attributes of the request, the resource,
963
- # or both. To learn which resources support conditions in their IAM policies,
964
- # see the [IAM documentation](https://cloud.google.com/iam/help/conditions/
965
- # resource-policies). **JSON example:** ` "bindings": [ ` "role": "roles/
966
- # resourcemanager.organizationAdmin", "members": [ "user:mike@example.com", "
967
- # group:admins@example.com", "domain:google.com", "serviceAccount:my-project-id@
968
- # appspot.gserviceaccount.com" ] `, ` "role": "roles/resourcemanager.
969
- # organizationViewer", "members": [ "user:eve@example.com" ], "condition": ` "
970
- # title": "expirable access", "description": "Does not grant access after Sep
971
- # 2020", "expression": "request.time < timestamp('2020-10-01T00:00:00.000Z')", `
972
- # ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:** bindings: -
973
- # members: - user:mike@example.com - group:admins@example.com - domain:google.
974
- # com - serviceAccount:my-project-id@appspot.gserviceaccount.com role: roles/
975
- # resourcemanager.organizationAdmin - members: - user:eve@example.com role:
976
- # roles/resourcemanager.organizationViewer condition: title: expirable access
977
- # description: Does not grant access after Sep 2020 expression: request.time <
978
- # timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For a
979
- # description of IAM and its features, see the [IAM documentation](https://cloud.
980
- # google.com/iam/docs/).
956
+ # A `binding` binds one or more `members`, or principals, to a single `role`.
957
+ # Principals can be user accounts, service accounts, Google groups, and domains (
958
+ # such as G Suite). A `role` is a named list of permissions; each `role` can be
959
+ # an IAM predefined role or a user-created custom role. For some types of Google
960
+ # Cloud resources, a `binding` can also specify a `condition`, which is a
961
+ # logical expression that allows access to a resource only if the expression
962
+ # evaluates to `true`. A condition can add constraints based on attributes of
963
+ # the request, the resource, or both. To learn which resources support
964
+ # conditions in their IAM policies, see the [IAM documentation](https://cloud.
965
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
966
+ # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
967
+ # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
968
+ # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
969
+ # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
970
+ # ], "condition": ` "title": "expirable access", "description": "Does not grant
971
+ # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
972
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
973
+ # bindings: - members: - user:mike@example.com - group:admins@example.com -
974
+ # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
975
+ # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
976
+ # com role: roles/resourcemanager.organizationViewer condition: title: expirable
977
+ # access description: Does not grant access after Sep 2020 expression: request.
978
+ # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
979
+ # a description of IAM and its features, see the [IAM documentation](https://
980
+ # cloud.google.com/iam/docs/).
981
981
  class Policy
982
982
  include Google::Apis::Core::Hashable
983
983
 
@@ -986,14 +986,14 @@ module Google
986
986
  # @return [Array<Google::Apis::CloudfunctionsV1::AuditConfig>]
987
987
  attr_accessor :audit_configs
988
988
 
989
- # Associates a list of `members` to a `role`. Optionally, may specify a `
990
- # condition` that determines how and when the `bindings` are applied. Each of
991
- # the `bindings` must contain at least one member. The `bindings` in a `Policy`
992
- # can refer to up to 1,500 members; up to 250 of these members can be Google
993
- # groups. Each occurrence of a member counts towards these limits. For example,
994
- # if the `bindings` grant 50 different roles to `user:alice@example.com`, and
995
- # not to any other member, then you can add another 1,450 members to the `
996
- # bindings` in the `Policy`.
989
+ # Associates a list of `members`, or principals, with a `role`. Optionally, may
990
+ # specify a `condition` that determines how and when the `bindings` are applied.
991
+ # Each of the `bindings` must contain at least one principal. The `bindings` in
992
+ # a `Policy` can refer to up to 1,500 principals; up to 250 of these principals
993
+ # can be Google groups. Each occurrence of a principal counts towards these
994
+ # limits. For example, if the `bindings` grant 50 different roles to `user:alice@
995
+ # example.com`, and not to any other principal, then you can add another 1,450
996
+ # principals to the `bindings` in the `Policy`.
997
997
  # Corresponds to the JSON property `bindings`
998
998
  # @return [Array<Google::Apis::CloudfunctionsV1::Binding>]
999
999
  attr_accessor :bindings
@@ -1193,31 +1193,31 @@ module Google
1193
1193
 
1194
1194
  # An Identity and Access Management (IAM) policy, which specifies access
1195
1195
  # controls for Google Cloud resources. A `Policy` is a collection of `bindings`.
1196
- # A `binding` binds one or more `members` to a single `role`. Members can be
1197
- # user accounts, service accounts, Google groups, and domains (such as G Suite).
1198
- # A `role` is a named list of permissions; each `role` can be an IAM predefined
1199
- # role or a user-created custom role. For some types of Google Cloud resources,
1200
- # a `binding` can also specify a `condition`, which is a logical expression that
1201
- # allows access to a resource only if the expression evaluates to `true`. A
1202
- # condition can add constraints based on attributes of the request, the resource,
1203
- # or both. To learn which resources support conditions in their IAM policies,
1204
- # see the [IAM documentation](https://cloud.google.com/iam/help/conditions/
1205
- # resource-policies). **JSON example:** ` "bindings": [ ` "role": "roles/
1206
- # resourcemanager.organizationAdmin", "members": [ "user:mike@example.com", "
1207
- # group:admins@example.com", "domain:google.com", "serviceAccount:my-project-id@
1208
- # appspot.gserviceaccount.com" ] `, ` "role": "roles/resourcemanager.
1209
- # organizationViewer", "members": [ "user:eve@example.com" ], "condition": ` "
1210
- # title": "expirable access", "description": "Does not grant access after Sep
1211
- # 2020", "expression": "request.time < timestamp('2020-10-01T00:00:00.000Z')", `
1212
- # ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:** bindings: -
1213
- # members: - user:mike@example.com - group:admins@example.com - domain:google.
1214
- # com - serviceAccount:my-project-id@appspot.gserviceaccount.com role: roles/
1215
- # resourcemanager.organizationAdmin - members: - user:eve@example.com role:
1216
- # roles/resourcemanager.organizationViewer condition: title: expirable access
1217
- # description: Does not grant access after Sep 2020 expression: request.time <
1218
- # timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For a
1219
- # description of IAM and its features, see the [IAM documentation](https://cloud.
1220
- # google.com/iam/docs/).
1196
+ # A `binding` binds one or more `members`, or principals, to a single `role`.
1197
+ # Principals can be user accounts, service accounts, Google groups, and domains (
1198
+ # such as G Suite). A `role` is a named list of permissions; each `role` can be
1199
+ # an IAM predefined role or a user-created custom role. For some types of Google
1200
+ # Cloud resources, a `binding` can also specify a `condition`, which is a
1201
+ # logical expression that allows access to a resource only if the expression
1202
+ # evaluates to `true`. A condition can add constraints based on attributes of
1203
+ # the request, the resource, or both. To learn which resources support
1204
+ # conditions in their IAM policies, see the [IAM documentation](https://cloud.
1205
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
1206
+ # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
1207
+ # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
1208
+ # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
1209
+ # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
1210
+ # ], "condition": ` "title": "expirable access", "description": "Does not grant
1211
+ # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
1212
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
1213
+ # bindings: - members: - user:mike@example.com - group:admins@example.com -
1214
+ # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
1215
+ # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
1216
+ # com role: roles/resourcemanager.organizationViewer condition: title: expirable
1217
+ # access description: Does not grant access after Sep 2020 expression: request.
1218
+ # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
1219
+ # a description of IAM and its features, see the [IAM documentation](https://
1220
+ # cloud.google.com/iam/docs/).
1221
1221
  # Corresponds to the JSON property `policy`
1222
1222
  # @return [Google::Apis::CloudfunctionsV1::Policy]
1223
1223
  attr_accessor :policy
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module CloudfunctionsV1
18
18
  # Version of the google-apis-cloudfunctions_v1 gem
19
- GEM_VERSION = "0.13.0"
19
+ GEM_VERSION = "0.14.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 = "20210929"
25
+ REVISION = "20211014"
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-cloudfunctions_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.13.0
4
+ version: 0.14.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-10-11 00:00:00.000000000 Z
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/master/generated/google-apis-cloudfunctions_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-cloudfunctions_v1/v0.13.0
62
- source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-cloudfunctions_v1
60
+ changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudfunctions_v1/CHANGELOG.md
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudfunctions_v1/v0.14.0
62
+ source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudfunctions_v1
63
63
  post_install_message:
64
64
  rdoc_options: []
65
65
  require_paths: