google-apis-cloudfunctions_v2beta 0.31.0 → 0.32.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 21a65064a721414048af2e73a13ee605cfa9990f31be5f429b5cca8450bd6ced
|
4
|
+
data.tar.gz: 2dfddcef5804ed79a086b68f5e49696b1a138465e9216cc4233d69c454cd2185
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 82e4addda72189c04067db24a51598df6f9fb6c6148e850082285ff0b3ca0e9de4df8b16f49fcb787d6234ff82958abcb7d2f552db95f8417c29f9624b505704
|
7
|
+
data.tar.gz: 3905f36a1a4750db391a01fbddc8f5198fa013354343760d4a58d33d7e0e0a701c23d2dda5a194233a3bdd100369a4f92a0702b701d86dbfa928ac040b39cb21
|
data/CHANGELOG.md
CHANGED
@@ -1340,13 +1340,13 @@ module Google
|
|
1340
1340
|
# @return [String]
|
1341
1341
|
attr_accessor :name
|
1342
1342
|
|
1343
|
-
# The normal response of the operation
|
1344
|
-
#
|
1345
|
-
#
|
1346
|
-
#
|
1347
|
-
#
|
1348
|
-
#
|
1349
|
-
#
|
1343
|
+
# The normal, successful response of the operation. If the original method
|
1344
|
+
# returns no data on success, such as `Delete`, the response is `google.protobuf.
|
1345
|
+
# Empty`. If the original method is standard `Get`/`Create`/`Update`, the
|
1346
|
+
# response should be the resource. For other methods, the response should have
|
1347
|
+
# the type `XxxResponse`, where `Xxx` is the original method name. For example,
|
1348
|
+
# if the original method name is `TakeSnapshot()`, the inferred response type is
|
1349
|
+
# `TakeSnapshotResponse`.
|
1350
1350
|
# Corresponds to the JSON property `response`
|
1351
1351
|
# @return [Hash<String,Object>]
|
1352
1352
|
attr_accessor :response
|
@@ -1442,22 +1442,22 @@ module Google
|
|
1442
1442
|
# evaluates to `true`. A condition can add constraints based on attributes of
|
1443
1443
|
# the request, the resource, or both. To learn which resources support
|
1444
1444
|
# conditions in their IAM policies, see the [IAM documentation](https://cloud.
|
1445
|
-
# google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
|
1445
|
+
# google.com/iam/help/conditions/resource-policies). **JSON example:** ``` ` "
|
1446
1446
|
# bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
|
1447
1447
|
# "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
|
1448
1448
|
# serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
|
1449
1449
|
# roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
|
1450
1450
|
# ], "condition": ` "title": "expirable access", "description": "Does not grant
|
1451
1451
|
# access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
|
1452
|
-
# 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML
|
1453
|
-
# bindings: - members: - user:mike@example.com - group:admins@
|
1454
|
-
# domain:google.com - serviceAccount:my-project-id@appspot.
|
1455
|
-
# role: roles/resourcemanager.organizationAdmin - members: -
|
1456
|
-
# com role: roles/resourcemanager.organizationViewer condition:
|
1457
|
-
# access description: Does not grant access after Sep 2020
|
1458
|
-
# time < timestamp('2020-10-01T00:00:00.000Z') etag:
|
1459
|
-
# a description of IAM and its features, see the
|
1460
|
-
# cloud.google.com/iam/docs/).
|
1452
|
+
# 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` ``` **YAML
|
1453
|
+
# example:** ``` bindings: - members: - user:mike@example.com - group:admins@
|
1454
|
+
# example.com - domain:google.com - serviceAccount:my-project-id@appspot.
|
1455
|
+
# gserviceaccount.com role: roles/resourcemanager.organizationAdmin - members: -
|
1456
|
+
# user:eve@example.com role: roles/resourcemanager.organizationViewer condition:
|
1457
|
+
# title: expirable access description: Does not grant access after Sep 2020
|
1458
|
+
# expression: request.time < timestamp('2020-10-01T00:00:00.000Z') etag:
|
1459
|
+
# BwWWja0YfJA= version: 3 ``` For a description of IAM and its features, see the
|
1460
|
+
# [IAM documentation](https://cloud.google.com/iam/docs/).
|
1461
1461
|
class Policy
|
1462
1462
|
include Google::Apis::Core::Hashable
|
1463
1463
|
|
@@ -1915,22 +1915,22 @@ module Google
|
|
1915
1915
|
# evaluates to `true`. A condition can add constraints based on attributes of
|
1916
1916
|
# the request, the resource, or both. To learn which resources support
|
1917
1917
|
# conditions in their IAM policies, see the [IAM documentation](https://cloud.
|
1918
|
-
# google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
|
1918
|
+
# google.com/iam/help/conditions/resource-policies). **JSON example:** ``` ` "
|
1919
1919
|
# bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
|
1920
1920
|
# "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
|
1921
1921
|
# serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
|
1922
1922
|
# roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
|
1923
1923
|
# ], "condition": ` "title": "expirable access", "description": "Does not grant
|
1924
1924
|
# access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
|
1925
|
-
# 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML
|
1926
|
-
# bindings: - members: - user:mike@example.com - group:admins@
|
1927
|
-
# domain:google.com - serviceAccount:my-project-id@appspot.
|
1928
|
-
# role: roles/resourcemanager.organizationAdmin - members: -
|
1929
|
-
# com role: roles/resourcemanager.organizationViewer condition:
|
1930
|
-
# access description: Does not grant access after Sep 2020
|
1931
|
-
# time < timestamp('2020-10-01T00:00:00.000Z') etag:
|
1932
|
-
# a description of IAM and its features, see the
|
1933
|
-
# cloud.google.com/iam/docs/).
|
1925
|
+
# 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` ``` **YAML
|
1926
|
+
# example:** ``` bindings: - members: - user:mike@example.com - group:admins@
|
1927
|
+
# example.com - domain:google.com - serviceAccount:my-project-id@appspot.
|
1928
|
+
# gserviceaccount.com role: roles/resourcemanager.organizationAdmin - members: -
|
1929
|
+
# user:eve@example.com role: roles/resourcemanager.organizationViewer condition:
|
1930
|
+
# title: expirable access description: Does not grant access after Sep 2020
|
1931
|
+
# expression: request.time < timestamp('2020-10-01T00:00:00.000Z') etag:
|
1932
|
+
# BwWWja0YfJA= version: 3 ``` For a description of IAM and its features, see the
|
1933
|
+
# [IAM documentation](https://cloud.google.com/iam/docs/).
|
1934
1934
|
# Corresponds to the JSON property `policy`
|
1935
1935
|
# @return [Google::Apis::CloudfunctionsV2beta::Policy]
|
1936
1936
|
attr_accessor :policy
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module CloudfunctionsV2beta
|
18
18
|
# Version of the google-apis-cloudfunctions_v2beta gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.32.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 = "20230803"
|
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_v2beta
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.32.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-cloudfunctions_v2beta/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-cloudfunctions_v2beta/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-cloudfunctions_v2beta/v0.32.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudfunctions_v2beta
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|