google-apis-apigateway_v1beta 0.25.0 → 0.27.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 +8 -0
- data/lib/google/apis/apigateway_v1beta/classes.rb +28 -28
- data/lib/google/apis/apigateway_v1beta/gem_version.rb +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 26803bc0b736482a150ac99b1408f1712ad720526a1252e024a4bdf947843e18
|
4
|
+
data.tar.gz: a304d968e5f46d77abe2e615413b44c2fc50aad973b5f303a6f48ba176da07b9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 03de149c49b6cd5fe65f24e0d7f989779ad137fb34eda326a0d2ecdaac21cbde0358bfc13409037c22619ba1f673ab73fc85b02665b403f860d0e834bdac1889
|
7
|
+
data.tar.gz: e4775ca7ea1acbd6d7d835a54c46a284c2e564f6109cd73122cd151084ab1343b29a42aed3b41ce8f415f6a63716ab6d5ee507a5e33176340628038d3f7dbbc3
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Release history for google-apis-apigateway_v1beta
|
2
2
|
|
3
|
+
### v0.27.0 (2023-08-13)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20230802
|
6
|
+
|
7
|
+
### v0.26.0 (2023-05-07)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20230426
|
10
|
+
|
3
11
|
### v0.25.0 (2023-03-26)
|
4
12
|
|
5
13
|
* Regenerated from discovery document revision 20230308
|
@@ -732,7 +732,7 @@ module Google
|
|
732
732
|
end
|
733
733
|
end
|
734
734
|
|
735
|
-
# A resource that represents Google Cloud
|
735
|
+
# A resource that represents a Google Cloud location.
|
736
736
|
class ApigatewayLocation
|
737
737
|
include Google::Apis::Core::Hashable
|
738
738
|
|
@@ -816,13 +816,13 @@ module Google
|
|
816
816
|
# @return [String]
|
817
817
|
attr_accessor :name
|
818
818
|
|
819
|
-
# The normal response of the operation
|
820
|
-
#
|
821
|
-
#
|
822
|
-
#
|
823
|
-
#
|
824
|
-
#
|
825
|
-
#
|
819
|
+
# The normal, successful response of the operation. If the original method
|
820
|
+
# returns no data on success, such as `Delete`, the response is `google.protobuf.
|
821
|
+
# Empty`. If the original method is standard `Get`/`Create`/`Update`, the
|
822
|
+
# response should be the resource. For other methods, the response should have
|
823
|
+
# the type `XxxResponse`, where `Xxx` is the original method name. For example,
|
824
|
+
# if the original method name is `TakeSnapshot()`, the inferred response type is
|
825
|
+
# `TakeSnapshotResponse`.
|
826
826
|
# Corresponds to the JSON property `response`
|
827
827
|
# @return [Hash<String,Object>]
|
828
828
|
attr_accessor :response
|
@@ -943,22 +943,22 @@ module Google
|
|
943
943
|
# evaluates to `true`. A condition can add constraints based on attributes of
|
944
944
|
# the request, the resource, or both. To learn which resources support
|
945
945
|
# conditions in their IAM policies, see the [IAM documentation](https://cloud.
|
946
|
-
# google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
|
946
|
+
# google.com/iam/help/conditions/resource-policies). **JSON example:** ``` ` "
|
947
947
|
# bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
|
948
948
|
# "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
|
949
949
|
# serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
|
950
950
|
# roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
|
951
951
|
# ], "condition": ` "title": "expirable access", "description": "Does not grant
|
952
952
|
# access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
|
953
|
-
# 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML
|
954
|
-
# bindings: - members: - user:mike@example.com - group:admins@
|
955
|
-
# domain:google.com - serviceAccount:my-project-id@appspot.
|
956
|
-
# role: roles/resourcemanager.organizationAdmin - members: -
|
957
|
-
# com role: roles/resourcemanager.organizationViewer condition:
|
958
|
-
# access description: Does not grant access after Sep 2020
|
959
|
-
# time < timestamp('2020-10-01T00:00:00.000Z') etag:
|
960
|
-
# a description of IAM and its features, see the
|
961
|
-
# cloud.google.com/iam/docs/).
|
953
|
+
# 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` ``` **YAML
|
954
|
+
# example:** ``` bindings: - members: - user:mike@example.com - group:admins@
|
955
|
+
# example.com - domain:google.com - serviceAccount:my-project-id@appspot.
|
956
|
+
# gserviceaccount.com role: roles/resourcemanager.organizationAdmin - members: -
|
957
|
+
# user:eve@example.com role: roles/resourcemanager.organizationViewer condition:
|
958
|
+
# title: expirable access description: Does not grant access after Sep 2020
|
959
|
+
# expression: request.time < timestamp('2020-10-01T00:00:00.000Z') etag:
|
960
|
+
# BwWWja0YfJA= version: 3 ``` For a description of IAM and its features, see the
|
961
|
+
# [IAM documentation](https://cloud.google.com/iam/docs/).
|
962
962
|
class ApigatewayPolicy
|
963
963
|
include Google::Apis::Core::Hashable
|
964
964
|
|
@@ -1042,22 +1042,22 @@ module Google
|
|
1042
1042
|
# evaluates to `true`. A condition can add constraints based on attributes of
|
1043
1043
|
# the request, the resource, or both. To learn which resources support
|
1044
1044
|
# conditions in their IAM policies, see the [IAM documentation](https://cloud.
|
1045
|
-
# google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
|
1045
|
+
# google.com/iam/help/conditions/resource-policies). **JSON example:** ``` ` "
|
1046
1046
|
# bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
|
1047
1047
|
# "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
|
1048
1048
|
# serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
|
1049
1049
|
# roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
|
1050
1050
|
# ], "condition": ` "title": "expirable access", "description": "Does not grant
|
1051
1051
|
# access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
|
1052
|
-
# 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML
|
1053
|
-
# bindings: - members: - user:mike@example.com - group:admins@
|
1054
|
-
# domain:google.com - serviceAccount:my-project-id@appspot.
|
1055
|
-
# role: roles/resourcemanager.organizationAdmin - members: -
|
1056
|
-
# com role: roles/resourcemanager.organizationViewer condition:
|
1057
|
-
# access description: Does not grant access after Sep 2020
|
1058
|
-
# time < timestamp('2020-10-01T00:00:00.000Z') etag:
|
1059
|
-
# a description of IAM and its features, see the
|
1060
|
-
# cloud.google.com/iam/docs/).
|
1052
|
+
# 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` ``` **YAML
|
1053
|
+
# example:** ``` bindings: - members: - user:mike@example.com - group:admins@
|
1054
|
+
# example.com - domain:google.com - serviceAccount:my-project-id@appspot.
|
1055
|
+
# gserviceaccount.com role: roles/resourcemanager.organizationAdmin - members: -
|
1056
|
+
# user:eve@example.com role: roles/resourcemanager.organizationViewer condition:
|
1057
|
+
# title: expirable access description: Does not grant access after Sep 2020
|
1058
|
+
# expression: request.time < timestamp('2020-10-01T00:00:00.000Z') etag:
|
1059
|
+
# BwWWja0YfJA= version: 3 ``` For a description of IAM and its features, see the
|
1060
|
+
# [IAM documentation](https://cloud.google.com/iam/docs/).
|
1061
1061
|
# Corresponds to the JSON property `policy`
|
1062
1062
|
# @return [Google::Apis::ApigatewayV1beta::ApigatewayPolicy]
|
1063
1063
|
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.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 = "
|
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_v1beta
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 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-
|
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_v1beta/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-apigateway_v1beta/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-apigateway_v1beta/v0.27.0
|
62
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: []
|