google-apis-apigateway_v1 0.7.0 → 0.11.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: 1b71c4553e80809c8307e013ba66de9715a4d1934abee772ce038916d2ef0004
4
- data.tar.gz: 1ef601898300146ea067083539401a9d62927603db250b82e00d9dd11b7d10dc
3
+ metadata.gz: dee5b1a517ff56b2b902e52d0a7d927bf09e898ad905dec73a72f3c23650ccde
4
+ data.tar.gz: a3f02327f1c4007df54c6fa5569490f079f270a07c4991389abd140bf62f9604
5
5
  SHA512:
6
- metadata.gz: b4b96b20fc484439cc30c9161f535ea747b272061772654ae179b22d59134a2957198a59f4761340b462e66df239c6ae7160866eb2c7c4873edd77a07becd148
7
- data.tar.gz: 80717ea8a5ebdb8e3f1f168a3ec9f81e547fccb5d37f08c38860dc1733693b767c6d92640cdd719614a64bbf05288dd5765af88e4ca346420e1eb627abe36026
6
+ metadata.gz: 25b1a224266311e3b9aae0de9731df0fadf1c2b77a7983d6ecf743d62652439ae6725a6f2ff2872b9979e9a952e35441279babffe231e3fbdc16cebdc3e87f03
7
+ data.tar.gz: 81f155ba412c27a70d6808b29ed2777173450b3dd9549e2ac957a618b8c59e5d45ee667059f78fdef53c7112f14b523122705bd78bcc699160a65e81bc703c95
data/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # Release history for google-apis-apigateway_v1
2
2
 
3
+ ### v0.11.0 (2021-10-23)
4
+
5
+ * Regenerated from discovery document revision 20211020
6
+ * Unspecified changes
7
+
8
+ ### v0.10.0 (2021-08-21)
9
+
10
+ * Regenerated from discovery document revision 20210811
11
+
12
+ ### v0.9.0 (2021-08-04)
13
+
14
+ * Regenerated from discovery document revision 20210728
15
+
16
+ ### v0.8.0 (2021-06-29)
17
+
18
+ * Regenerated using generator version 0.4.0
19
+
3
20
  ### v0.7.0 (2021-06-24)
4
21
 
5
22
  * Regenerated using generator version 0.3.0
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 Apigateway service in particular.)
67
67
 
@@ -324,7 +324,7 @@ module Google
324
324
  end
325
325
  end
326
326
 
327
- # Associates `members` with a `role`.
327
+ # Associates `members`, or principals, with a `role`.
328
328
  class ApigatewayBinding
329
329
  include Google::Apis::Core::Hashable
330
330
 
@@ -347,7 +347,7 @@ module Google
347
347
  # @return [Google::Apis::ApigatewayV1::ApigatewayExpr]
348
348
  attr_accessor :condition
349
349
 
350
- # Specifies the identities requesting access for a Cloud Platform resource. `
350
+ # Specifies the principals requesting access for a Cloud Platform resource. `
351
351
  # members` can have the following values: * `allUsers`: A special identifier
352
352
  # that represents anyone who is on the internet; with or without a Google
353
353
  # account. * `allAuthenticatedUsers`: A special identifier that represents
@@ -377,8 +377,8 @@ module Google
377
377
  # @return [Array<String>]
378
378
  attr_accessor :members
379
379
 
380
- # Role that is assigned to `members`. For example, `roles/viewer`, `roles/editor`
381
- # , or `roles/owner`.
380
+ # Role that is assigned to the list of `members`, or principals. For example, `
381
+ # roles/viewer`, `roles/editor`, or `roles/owner`.
382
382
  # Corresponds to the JSON property `role`
383
383
  # @return [String]
384
384
  attr_accessor :role
@@ -875,31 +875,31 @@ module Google
875
875
 
876
876
  # An Identity and Access Management (IAM) policy, which specifies access
877
877
  # controls for Google Cloud resources. A `Policy` is a collection of `bindings`.
878
- # A `binding` binds one or more `members` to a single `role`. Members can be
879
- # user accounts, service accounts, Google groups, and domains (such as G Suite).
880
- # A `role` is a named list of permissions; each `role` can be an IAM predefined
881
- # role or a user-created custom role. For some types of Google Cloud resources,
882
- # a `binding` can also specify a `condition`, which is a logical expression that
883
- # allows access to a resource only if the expression evaluates to `true`. A
884
- # condition can add constraints based on attributes of the request, the resource,
885
- # or both. To learn which resources support conditions in their IAM policies,
886
- # see the [IAM documentation](https://cloud.google.com/iam/help/conditions/
887
- # resource-policies). **JSON example:** ` "bindings": [ ` "role": "roles/
888
- # resourcemanager.organizationAdmin", "members": [ "user:mike@example.com", "
889
- # group:admins@example.com", "domain:google.com", "serviceAccount:my-project-id@
890
- # appspot.gserviceaccount.com" ] `, ` "role": "roles/resourcemanager.
891
- # organizationViewer", "members": [ "user:eve@example.com" ], "condition": ` "
892
- # title": "expirable access", "description": "Does not grant access after Sep
893
- # 2020", "expression": "request.time < timestamp('2020-10-01T00:00:00.000Z')", `
894
- # ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:** bindings: -
895
- # members: - user:mike@example.com - group:admins@example.com - domain:google.
896
- # com - serviceAccount:my-project-id@appspot.gserviceaccount.com role: roles/
897
- # resourcemanager.organizationAdmin - members: - user:eve@example.com role:
898
- # roles/resourcemanager.organizationViewer condition: title: expirable access
899
- # description: Does not grant access after Sep 2020 expression: request.time <
900
- # timestamp('2020-10-01T00:00:00.000Z') - etag: BwWWja0YfJA= - version: 3 For a
901
- # description of IAM and its features, see the [IAM documentation](https://cloud.
902
- # google.com/iam/docs/).
878
+ # A `binding` binds one or more `members`, or principals, to a single `role`.
879
+ # Principals can be user accounts, service accounts, Google groups, and domains (
880
+ # such as G Suite). A `role` is a named list of permissions; each `role` can be
881
+ # an IAM predefined role or a user-created custom role. For some types of Google
882
+ # Cloud resources, a `binding` can also specify a `condition`, which is a
883
+ # logical expression that allows access to a resource only if the expression
884
+ # evaluates to `true`. A condition can add constraints based on attributes of
885
+ # the request, the resource, or both. To learn which resources support
886
+ # conditions in their IAM policies, see the [IAM documentation](https://cloud.
887
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
888
+ # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
889
+ # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
890
+ # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
891
+ # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
892
+ # ], "condition": ` "title": "expirable access", "description": "Does not grant
893
+ # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
894
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
895
+ # bindings: - members: - user:mike@example.com - group:admins@example.com -
896
+ # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
897
+ # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
898
+ # com role: roles/resourcemanager.organizationViewer condition: title: expirable
899
+ # access description: Does not grant access after Sep 2020 expression: request.
900
+ # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
901
+ # a description of IAM and its features, see the [IAM documentation](https://
902
+ # cloud.google.com/iam/docs/).
903
903
  class ApigatewayPolicy
904
904
  include Google::Apis::Core::Hashable
905
905
 
@@ -908,9 +908,14 @@ module Google
908
908
  # @return [Array<Google::Apis::ApigatewayV1::ApigatewayAuditConfig>]
909
909
  attr_accessor :audit_configs
910
910
 
911
- # Associates a list of `members` to a `role`. Optionally, may specify a `
912
- # condition` that determines how and when the `bindings` are applied. Each of
913
- # the `bindings` must contain at least one member.
911
+ # Associates a list of `members`, or principals, with a `role`. Optionally, may
912
+ # specify a `condition` that determines how and when the `bindings` are applied.
913
+ # Each of the `bindings` must contain at least one principal. The `bindings` in
914
+ # a `Policy` can refer to up to 1,500 principals; up to 250 of these principals
915
+ # can be Google groups. Each occurrence of a principal counts towards these
916
+ # limits. For example, if the `bindings` grant 50 different roles to `user:alice@
917
+ # example.com`, and not to any other principal, then you can add another 1,450
918
+ # principals to the `bindings` in the `Policy`.
914
919
  # Corresponds to the JSON property `bindings`
915
920
  # @return [Array<Google::Apis::ApigatewayV1::ApigatewayBinding>]
916
921
  attr_accessor :bindings
@@ -969,31 +974,31 @@ module Google
969
974
 
970
975
  # An Identity and Access Management (IAM) policy, which specifies access
971
976
  # controls for Google Cloud resources. A `Policy` is a collection of `bindings`.
972
- # A `binding` binds one or more `members` to a single `role`. Members can be
973
- # user accounts, service accounts, Google groups, and domains (such as G Suite).
974
- # A `role` is a named list of permissions; each `role` can be an IAM predefined
975
- # role or a user-created custom role. For some types of Google Cloud resources,
976
- # a `binding` can also specify a `condition`, which is a logical expression that
977
- # allows access to a resource only if the expression evaluates to `true`. A
978
- # condition can add constraints based on attributes of the request, the resource,
979
- # or both. To learn which resources support conditions in their IAM policies,
980
- # see the [IAM documentation](https://cloud.google.com/iam/help/conditions/
981
- # resource-policies). **JSON example:** ` "bindings": [ ` "role": "roles/
982
- # resourcemanager.organizationAdmin", "members": [ "user:mike@example.com", "
983
- # group:admins@example.com", "domain:google.com", "serviceAccount:my-project-id@
984
- # appspot.gserviceaccount.com" ] `, ` "role": "roles/resourcemanager.
985
- # organizationViewer", "members": [ "user:eve@example.com" ], "condition": ` "
986
- # title": "expirable access", "description": "Does not grant access after Sep
987
- # 2020", "expression": "request.time < timestamp('2020-10-01T00:00:00.000Z')", `
988
- # ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:** bindings: -
989
- # members: - user:mike@example.com - group:admins@example.com - domain:google.
990
- # com - serviceAccount:my-project-id@appspot.gserviceaccount.com role: roles/
991
- # resourcemanager.organizationAdmin - members: - user:eve@example.com role:
992
- # roles/resourcemanager.organizationViewer condition: title: expirable access
993
- # description: Does not grant access after Sep 2020 expression: request.time <
994
- # timestamp('2020-10-01T00:00:00.000Z') - etag: BwWWja0YfJA= - version: 3 For a
995
- # description of IAM and its features, see the [IAM documentation](https://cloud.
996
- # google.com/iam/docs/).
977
+ # A `binding` binds one or more `members`, or principals, to a single `role`.
978
+ # Principals can be user accounts, service accounts, Google groups, and domains (
979
+ # such as G Suite). A `role` is a named list of permissions; each `role` can be
980
+ # an IAM predefined role or a user-created custom role. For some types of Google
981
+ # Cloud resources, a `binding` can also specify a `condition`, which is a
982
+ # logical expression that allows access to a resource only if the expression
983
+ # evaluates to `true`. A condition can add constraints based on attributes of
984
+ # the request, the resource, or both. To learn which resources support
985
+ # conditions in their IAM policies, see the [IAM documentation](https://cloud.
986
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
987
+ # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
988
+ # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
989
+ # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
990
+ # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
991
+ # ], "condition": ` "title": "expirable access", "description": "Does not grant
992
+ # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
993
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
994
+ # bindings: - members: - user:mike@example.com - group:admins@example.com -
995
+ # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
996
+ # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
997
+ # com role: roles/resourcemanager.organizationViewer condition: title: expirable
998
+ # access description: Does not grant access after Sep 2020 expression: request.
999
+ # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
1000
+ # a description of IAM and its features, see the [IAM documentation](https://
1001
+ # cloud.google.com/iam/docs/).
997
1002
  # Corresponds to the JSON property `policy`
998
1003
  # @return [Google::Apis::ApigatewayV1::ApigatewayPolicy]
999
1004
  attr_accessor :policy
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ApigatewayV1
18
18
  # Version of the google-apis-apigateway_v1 gem
19
- GEM_VERSION = "0.7.0"
19
+ GEM_VERSION = "0.11.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.3.0"
22
+ GENERATOR_VERSION = "0.4.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210408"
25
+ REVISION = "20211020"
26
26
  end
27
27
  end
28
28
  end
@@ -29,7 +29,7 @@ module Google
29
29
  # This is NOT the gem version.
30
30
  VERSION = 'V1'
31
31
 
32
- # See, edit, configure, and delete your Google Cloud Platform data
32
+ # See, edit, configure, and delete your Google Cloud data and see the email address for your Google Account.
33
33
  AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
34
34
  end
35
35
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-apigateway_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.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-06-28 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
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '0.3'
19
+ version: '0.4'
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: '0.3'
29
+ version: '0.4'
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -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-apigateway_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-apigateway_v1/v0.7.0
62
- source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-apigateway_v1
60
+ changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-apigateway_v1/CHANGELOG.md
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-apigateway_v1/v0.11.0
62
+ source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-apigateway_v1
63
63
  post_install_message:
64
64
  rdoc_options: []
65
65
  require_paths: