google-apis-apigateway_v1 0.26.0 → 0.27.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: fab188a8fbe61f8c154e6dbf7173b1628b81e42f201dfa688930c1f0f00d67d7
4
- data.tar.gz: 35fc65aa7a11aaec0bac8510ab526cbb9c4312cef8238c56e9a3e6cc18818778
3
+ metadata.gz: 1592680f155bec12942963e377d6ee740184ffbd2ddb8fe1518c1a1e55119f41
4
+ data.tar.gz: 0d8414fe9c1a7f245e80e4f64ce12c0e76e87ac958b9943cf9f2f54f0354f939
5
5
  SHA512:
6
- metadata.gz: 8fae45ed388ebadf2f29b1a975eb0b83e9e7ff957c97f3d83f5b96a94950b745f1db6774eb7fcf22240dee447dd9839cda6259abcaab42fc8baf1199b78ceb2e
7
- data.tar.gz: b8ee1dacfc5be505a00e6de5347dd5f77a0dbc9236e9057c6e40f1cae0ea150037bf3b46a5d22c9cdf2cb1e266c0f9dcd11091fc085a2b9ca2eade8ab2b6206b
6
+ metadata.gz: c5c2f24f802bb33f032849ee8a60e6866e60a6a4d9dab0950e1a67edfae7984995858ca37798302990e48547246e6180a6d8509c5d3e92f0d6cab2094809424f
7
+ data.tar.gz: 0e8e27e84687de0a4ef9eab05ce6472d3ef1ccb44f1ebe7c59f13ecafe60df4d7cdcca5e46624b0f927a60262430a42d65b0dd83b96f67393cb1ad39cfac34bc
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-apigateway_v1
2
2
 
3
+ ### v0.27.0 (2023-08-13)
4
+
5
+ * Regenerated from discovery document revision 20230802
6
+
3
7
  ### v0.26.0 (2023-05-07)
4
8
 
5
9
  * Regenerated from discovery document revision 20230426
@@ -762,13 +762,13 @@ module Google
762
762
  # @return [String]
763
763
  attr_accessor :name
764
764
 
765
- # The normal response of the operation in case of success. If the original
766
- # method returns no data on success, such as `Delete`, the response is `google.
767
- # protobuf.Empty`. If the original method is standard `Get`/`Create`/`Update`,
768
- # the response should be the resource. For other methods, the response should
769
- # have the type `XxxResponse`, where `Xxx` is the original method name. For
770
- # example, if the original method name is `TakeSnapshot()`, the inferred
771
- # response type is `TakeSnapshotResponse`.
765
+ # The normal, successful response of the operation. If the original method
766
+ # returns no data on success, such as `Delete`, the response is `google.protobuf.
767
+ # Empty`. If the original method is standard `Get`/`Create`/`Update`, the
768
+ # response should be the resource. For other methods, the response should have
769
+ # the type `XxxResponse`, where `Xxx` is the original method name. For example,
770
+ # if the original method name is `TakeSnapshot()`, the inferred response type is
771
+ # `TakeSnapshotResponse`.
772
772
  # Corresponds to the JSON property `response`
773
773
  # @return [Hash<String,Object>]
774
774
  attr_accessor :response
@@ -889,22 +889,22 @@ module Google
889
889
  # evaluates to `true`. A condition can add constraints based on attributes of
890
890
  # the request, the resource, or both. To learn which resources support
891
891
  # conditions in their IAM policies, see the [IAM documentation](https://cloud.
892
- # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
892
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ``` ` "
893
893
  # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
894
894
  # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
895
895
  # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
896
896
  # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
897
897
  # ], "condition": ` "title": "expirable access", "description": "Does not grant
898
898
  # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
899
- # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
900
- # bindings: - members: - user:mike@example.com - group:admins@example.com -
901
- # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
902
- # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
903
- # com role: roles/resourcemanager.organizationViewer condition: title: expirable
904
- # access description: Does not grant access after Sep 2020 expression: request.
905
- # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
906
- # a description of IAM and its features, see the [IAM documentation](https://
907
- # cloud.google.com/iam/docs/).
899
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` ``` **YAML
900
+ # example:** ``` bindings: - members: - user:mike@example.com - group:admins@
901
+ # example.com - domain:google.com - serviceAccount:my-project-id@appspot.
902
+ # gserviceaccount.com role: roles/resourcemanager.organizationAdmin - members: -
903
+ # user:eve@example.com role: roles/resourcemanager.organizationViewer condition:
904
+ # title: expirable access description: Does not grant access after Sep 2020
905
+ # expression: request.time < timestamp('2020-10-01T00:00:00.000Z') etag:
906
+ # BwWWja0YfJA= version: 3 ``` For a description of IAM and its features, see the
907
+ # [IAM documentation](https://cloud.google.com/iam/docs/).
908
908
  class ApigatewayPolicy
909
909
  include Google::Apis::Core::Hashable
910
910
 
@@ -988,22 +988,22 @@ module Google
988
988
  # evaluates to `true`. A condition can add constraints based on attributes of
989
989
  # the request, the resource, or both. To learn which resources support
990
990
  # conditions in their IAM policies, see the [IAM documentation](https://cloud.
991
- # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
991
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ``` ` "
992
992
  # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
993
993
  # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
994
994
  # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
995
995
  # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
996
996
  # ], "condition": ` "title": "expirable access", "description": "Does not grant
997
997
  # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
998
- # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
999
- # bindings: - members: - user:mike@example.com - group:admins@example.com -
1000
- # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
1001
- # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
1002
- # com role: roles/resourcemanager.organizationViewer condition: title: expirable
1003
- # access description: Does not grant access after Sep 2020 expression: request.
1004
- # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
1005
- # a description of IAM and its features, see the [IAM documentation](https://
1006
- # cloud.google.com/iam/docs/).
998
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` ``` **YAML
999
+ # example:** ``` bindings: - members: - user:mike@example.com - group:admins@
1000
+ # example.com - domain:google.com - serviceAccount:my-project-id@appspot.
1001
+ # gserviceaccount.com role: roles/resourcemanager.organizationAdmin - members: -
1002
+ # user:eve@example.com role: roles/resourcemanager.organizationViewer condition:
1003
+ # title: expirable access description: Does not grant access after Sep 2020
1004
+ # expression: request.time < timestamp('2020-10-01T00:00:00.000Z') etag:
1005
+ # BwWWja0YfJA= version: 3 ``` For a description of IAM and its features, see the
1006
+ # [IAM documentation](https://cloud.google.com/iam/docs/).
1007
1007
  # Corresponds to the JSON property `policy`
1008
1008
  # @return [Google::Apis::ApigatewayV1::ApigatewayPolicy]
1009
1009
  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.26.0"
19
+ GEM_VERSION = "0.27.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 = "20230426"
25
+ REVISION = "20230802"
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_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.26.0
4
+ version: 0.27.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-05-14 00:00:00.000000000 Z
11
+ date: 2023-08-20 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-apigateway_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-apigateway_v1/v0.26.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-apigateway_v1/v0.27.0
62
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: []