google-iam-v3beta 0.7.0 → 0.7.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/google/iam/v3beta/access_policies/rest/operations.rb +2 -2
- data/lib/google/iam/v3beta/policy_bindings/rest/operations.rb +2 -2
- data/lib/google/iam/v3beta/principal_access_boundary_policies/rest/operations.rb +2 -2
- data/lib/google/iam/v3beta/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1c97a3b0be3306e812f297d5ad8354adec8c1267b48ee630baebd0566dd34092
|
|
4
|
+
data.tar.gz: b948f2c30b9317923bdc69841634482ed47be418245ec5358f1dce036265d778
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 818ea83364ff5068525fd702a289c5ddf2a68340c487c27f5c5b4403e101f97e5562d7be2c6683fc6ec1ac1d2d04c62939670db0624b964c6a200809d1ce21e1
|
|
7
|
+
data.tar.gz: cfdc87db98659583cf589c5d327b0d8d1cad7325f7b3459af64f64e6d8d344078d7f2ade27327ec9ed453878a50d3ea1bab9e1a9825772d5a82df097182171c6
|
|
@@ -904,7 +904,7 @@ module Google
|
|
|
904
904
|
uri_method: :delete,
|
|
905
905
|
uri_template: "/v1/{name}",
|
|
906
906
|
matches: [
|
|
907
|
-
["name", %r{^operations(
|
|
907
|
+
["name", %r{^operations(?:/(?<__wildcard__>.*))?$}, true]
|
|
908
908
|
]
|
|
909
909
|
)
|
|
910
910
|
transcoder.transcode request_pb
|
|
@@ -926,7 +926,7 @@ module Google
|
|
|
926
926
|
uri_template: "/v1/{name}:cancel",
|
|
927
927
|
body: "*",
|
|
928
928
|
matches: [
|
|
929
|
-
["name", %r{^operations(
|
|
929
|
+
["name", %r{^operations(?:/(?<__wildcard__>.*))?$}, true]
|
|
930
930
|
]
|
|
931
931
|
)
|
|
932
932
|
transcoder.transcode request_pb
|
|
@@ -904,7 +904,7 @@ module Google
|
|
|
904
904
|
uri_method: :delete,
|
|
905
905
|
uri_template: "/v1/{name}",
|
|
906
906
|
matches: [
|
|
907
|
-
["name", %r{^operations(
|
|
907
|
+
["name", %r{^operations(?:/(?<__wildcard__>.*))?$}, true]
|
|
908
908
|
]
|
|
909
909
|
)
|
|
910
910
|
transcoder.transcode request_pb
|
|
@@ -926,7 +926,7 @@ module Google
|
|
|
926
926
|
uri_template: "/v1/{name}:cancel",
|
|
927
927
|
body: "*",
|
|
928
928
|
matches: [
|
|
929
|
-
["name", %r{^operations(
|
|
929
|
+
["name", %r{^operations(?:/(?<__wildcard__>.*))?$}, true]
|
|
930
930
|
]
|
|
931
931
|
)
|
|
932
932
|
transcoder.transcode request_pb
|
|
@@ -904,7 +904,7 @@ module Google
|
|
|
904
904
|
uri_method: :delete,
|
|
905
905
|
uri_template: "/v1/{name}",
|
|
906
906
|
matches: [
|
|
907
|
-
["name", %r{^operations(
|
|
907
|
+
["name", %r{^operations(?:/(?<__wildcard__>.*))?$}, true]
|
|
908
908
|
]
|
|
909
909
|
)
|
|
910
910
|
transcoder.transcode request_pb
|
|
@@ -926,7 +926,7 @@ module Google
|
|
|
926
926
|
uri_template: "/v1/{name}:cancel",
|
|
927
927
|
body: "*",
|
|
928
928
|
matches: [
|
|
929
|
-
["name", %r{^operations(
|
|
929
|
+
["name", %r{^operations(?:/(?<__wildcard__>.*))?$}, true]
|
|
930
930
|
]
|
|
931
931
|
)
|
|
932
932
|
transcoder.transcode request_pb
|