google-apis-apigateway_v1beta 0.10.0 → 0.11.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 +5 -0
- data/OVERVIEW.md +2 -2
- data/lib/google/apis/apigateway_v1beta/classes.rb +62 -57
- data/lib/google/apis/apigateway_v1beta/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: a289f6c79876afb0aa4107f27d33f690a9084a8d95dd0ab5ee901c2d2306f400
|
4
|
+
data.tar.gz: 6aaf303a904606a1da77e5f4bf680df12678bbe6b9896136251c411772285f26
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e825a1a5d90e0a4cbf2174d7811bdd0ee1e998cfbff3727e6ae9f7b863e7dd12e97d6515644e21d2648f3b17a9c54079b7b628af874771896809286cddc44891
|
7
|
+
data.tar.gz: 80299807122972b59d100f185dc5807f1bcca993edd6ff9d062718b9e99c8c047c978e086521dddeb72b38186a19144baf2cc2cf42b325f453c6248801e206c6
|
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 Apigateway service in particular.)
|
67
67
|
|
@@ -359,7 +359,7 @@ module Google
|
|
359
359
|
end
|
360
360
|
end
|
361
361
|
|
362
|
-
# Associates `members
|
362
|
+
# Associates `members`, or principals, with a `role`.
|
363
363
|
class ApigatewayBinding
|
364
364
|
include Google::Apis::Core::Hashable
|
365
365
|
|
@@ -382,7 +382,7 @@ module Google
|
|
382
382
|
# @return [Google::Apis::ApigatewayV1beta::ApigatewayExpr]
|
383
383
|
attr_accessor :condition
|
384
384
|
|
385
|
-
# Specifies the
|
385
|
+
# Specifies the principals requesting access for a Cloud Platform resource. `
|
386
386
|
# members` can have the following values: * `allUsers`: A special identifier
|
387
387
|
# that represents anyone who is on the internet; with or without a Google
|
388
388
|
# account. * `allAuthenticatedUsers`: A special identifier that represents
|
@@ -412,8 +412,8 @@ module Google
|
|
412
412
|
# @return [Array<String>]
|
413
413
|
attr_accessor :members
|
414
414
|
|
415
|
-
# Role that is assigned to `members
|
416
|
-
#
|
415
|
+
# Role that is assigned to the list of `members`, or principals. For example, `
|
416
|
+
# roles/viewer`, `roles/editor`, or `roles/owner`.
|
417
417
|
# Corresponds to the JSON property `role`
|
418
418
|
# @return [String]
|
419
419
|
attr_accessor :role
|
@@ -929,31 +929,31 @@ module Google
|
|
929
929
|
|
930
930
|
# An Identity and Access Management (IAM) policy, which specifies access
|
931
931
|
# controls for Google Cloud resources. A `Policy` is a collection of `bindings`.
|
932
|
-
# A `binding` binds one or more `members
|
933
|
-
# user accounts, service accounts, Google groups, and domains (
|
934
|
-
# A `role` is a named list of permissions; each `role` can be
|
935
|
-
# role or a user-created custom role. For some types of Google
|
936
|
-
# a `binding` can also specify a `condition`, which is a
|
937
|
-
# allows access to a resource only if the expression
|
938
|
-
# condition can add constraints based on attributes of
|
939
|
-
# or both. To learn which resources support
|
940
|
-
# see the [IAM documentation](https://cloud.
|
941
|
-
# resource-policies). **JSON example:** ` "
|
942
|
-
# resourcemanager.organizationAdmin", "members": [
|
943
|
-
# group:admins@example.com", "domain:google.com", "
|
944
|
-
# appspot.gserviceaccount.com" ] `, ` "role": "
|
945
|
-
# organizationViewer", "members": [ "user:eve@example.com"
|
946
|
-
# title": "expirable access", "description": "Does not grant
|
947
|
-
# 2020", "expression": "request.time < timestamp('2020-10-01T00:
|
948
|
-
# ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
|
949
|
-
# members: - user:mike@example.com - group:admins@example.com -
|
950
|
-
# com - serviceAccount:my-project-id@appspot.gserviceaccount.com
|
951
|
-
# resourcemanager.organizationAdmin - members: - user:eve@example.
|
952
|
-
# roles/resourcemanager.organizationViewer condition: title: expirable
|
953
|
-
# description: Does not grant access after Sep 2020 expression: request.
|
954
|
-
# timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
|
955
|
-
# description of IAM and its features, see the [IAM documentation](https://
|
956
|
-
# google.com/iam/docs/).
|
932
|
+
# A `binding` binds one or more `members`, or principals, to a single `role`.
|
933
|
+
# Principals can be user accounts, service accounts, Google groups, and domains (
|
934
|
+
# such as G Suite). A `role` is a named list of permissions; each `role` can be
|
935
|
+
# an IAM predefined role or a user-created custom role. For some types of Google
|
936
|
+
# Cloud resources, a `binding` can also specify a `condition`, which is a
|
937
|
+
# logical expression that allows access to a resource only if the expression
|
938
|
+
# evaluates to `true`. A condition can add constraints based on attributes of
|
939
|
+
# the request, the resource, or both. To learn which resources support
|
940
|
+
# conditions in their IAM policies, see the [IAM documentation](https://cloud.
|
941
|
+
# google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
|
942
|
+
# bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
|
943
|
+
# "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
|
944
|
+
# serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
|
945
|
+
# roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
|
946
|
+
# ], "condition": ` "title": "expirable access", "description": "Does not grant
|
947
|
+
# access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
|
948
|
+
# 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
|
949
|
+
# bindings: - members: - user:mike@example.com - group:admins@example.com -
|
950
|
+
# domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
|
951
|
+
# role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
|
952
|
+
# com role: roles/resourcemanager.organizationViewer condition: title: expirable
|
953
|
+
# access description: Does not grant access after Sep 2020 expression: request.
|
954
|
+
# time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
|
955
|
+
# a description of IAM and its features, see the [IAM documentation](https://
|
956
|
+
# cloud.google.com/iam/docs/).
|
957
957
|
class ApigatewayPolicy
|
958
958
|
include Google::Apis::Core::Hashable
|
959
959
|
|
@@ -962,9 +962,14 @@ module Google
|
|
962
962
|
# @return [Array<Google::Apis::ApigatewayV1beta::ApigatewayAuditConfig>]
|
963
963
|
attr_accessor :audit_configs
|
964
964
|
|
965
|
-
# Associates a list of `members
|
966
|
-
# condition` that determines how and when the `bindings` are applied.
|
967
|
-
# the `bindings` must contain at least one
|
965
|
+
# Associates a list of `members`, or principals, with a `role`. Optionally, may
|
966
|
+
# specify a `condition` that determines how and when the `bindings` are applied.
|
967
|
+
# Each of the `bindings` must contain at least one principal. The `bindings` in
|
968
|
+
# a `Policy` can refer to up to 1,500 principals; up to 250 of these principals
|
969
|
+
# can be Google groups. Each occurrence of a principal counts towards these
|
970
|
+
# limits. For example, if the `bindings` grant 50 different roles to `user:alice@
|
971
|
+
# example.com`, and not to any other principal, then you can add another 1,450
|
972
|
+
# principals to the `bindings` in the `Policy`.
|
968
973
|
# Corresponds to the JSON property `bindings`
|
969
974
|
# @return [Array<Google::Apis::ApigatewayV1beta::ApigatewayBinding>]
|
970
975
|
attr_accessor :bindings
|
@@ -1023,31 +1028,31 @@ module Google
|
|
1023
1028
|
|
1024
1029
|
# An Identity and Access Management (IAM) policy, which specifies access
|
1025
1030
|
# controls for Google Cloud resources. A `Policy` is a collection of `bindings`.
|
1026
|
-
# A `binding` binds one or more `members
|
1027
|
-
# user accounts, service accounts, Google groups, and domains (
|
1028
|
-
# A `role` is a named list of permissions; each `role` can be
|
1029
|
-
# role or a user-created custom role. For some types of Google
|
1030
|
-
# a `binding` can also specify a `condition`, which is a
|
1031
|
-
# allows access to a resource only if the expression
|
1032
|
-
# condition can add constraints based on attributes of
|
1033
|
-
# or both. To learn which resources support
|
1034
|
-
# see the [IAM documentation](https://cloud.
|
1035
|
-
# resource-policies). **JSON example:** ` "
|
1036
|
-
# resourcemanager.organizationAdmin", "members": [
|
1037
|
-
# group:admins@example.com", "domain:google.com", "
|
1038
|
-
# appspot.gserviceaccount.com" ] `, ` "role": "
|
1039
|
-
# organizationViewer", "members": [ "user:eve@example.com"
|
1040
|
-
# title": "expirable access", "description": "Does not grant
|
1041
|
-
# 2020", "expression": "request.time < timestamp('2020-10-01T00:
|
1042
|
-
# ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
|
1043
|
-
# members: - user:mike@example.com - group:admins@example.com -
|
1044
|
-
# com - serviceAccount:my-project-id@appspot.gserviceaccount.com
|
1045
|
-
# resourcemanager.organizationAdmin - members: - user:eve@example.
|
1046
|
-
# roles/resourcemanager.organizationViewer condition: title: expirable
|
1047
|
-
# description: Does not grant access after Sep 2020 expression: request.
|
1048
|
-
# timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
|
1049
|
-
# description of IAM and its features, see the [IAM documentation](https://
|
1050
|
-
# google.com/iam/docs/).
|
1031
|
+
# A `binding` binds one or more `members`, or principals, to a single `role`.
|
1032
|
+
# Principals can be user accounts, service accounts, Google groups, and domains (
|
1033
|
+
# such as G Suite). A `role` is a named list of permissions; each `role` can be
|
1034
|
+
# an IAM predefined role or a user-created custom role. For some types of Google
|
1035
|
+
# Cloud resources, a `binding` can also specify a `condition`, which is a
|
1036
|
+
# logical expression that allows access to a resource only if the expression
|
1037
|
+
# evaluates to `true`. A condition can add constraints based on attributes of
|
1038
|
+
# the request, the resource, or both. To learn which resources support
|
1039
|
+
# conditions in their IAM policies, see the [IAM documentation](https://cloud.
|
1040
|
+
# google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
|
1041
|
+
# bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
|
1042
|
+
# "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
|
1043
|
+
# serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
|
1044
|
+
# roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
|
1045
|
+
# ], "condition": ` "title": "expirable access", "description": "Does not grant
|
1046
|
+
# access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
|
1047
|
+
# 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
|
1048
|
+
# bindings: - members: - user:mike@example.com - group:admins@example.com -
|
1049
|
+
# domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
|
1050
|
+
# role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
|
1051
|
+
# com role: roles/resourcemanager.organizationViewer condition: title: expirable
|
1052
|
+
# access description: Does not grant access after Sep 2020 expression: request.
|
1053
|
+
# time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
|
1054
|
+
# a description of IAM and its features, see the [IAM documentation](https://
|
1055
|
+
# cloud.google.com/iam/docs/).
|
1051
1056
|
# Corresponds to the JSON property `policy`
|
1052
1057
|
# @return [Google::Apis::ApigatewayV1beta::ApigatewayPolicy]
|
1053
1058
|
attr_accessor :policy
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module ApigatewayV1beta
|
18
18
|
# Version of the google-apis-apigateway_v1beta gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.11.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 = "20211020"
|
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-apigateway_v1beta
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.11.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-apigateway_v1beta/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-apigateway_v1beta/CHANGELOG.md
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-apigateway_v1beta/v0.11.0
|
62
|
+
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-apigateway_v1beta
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|
65
65
|
require_paths:
|