google-cloud-policy_troubleshooter-iam-v3 0.1.0 → 0.2.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a1fcb826f12d834577f883b6c706ad48c5d84ae83c587be215bf19dbb9ddb844
|
4
|
+
data.tar.gz: 680923a4d634123497654c335b68f54167e8c1dcb1329a50b5ef36f2794b8c01
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0a70817f447cf97fdb36d1b05d93be2aa07dddc4688253dbdd848105bedc51a7063fc1319f45f27ecdc72eb38a4f65c23c38eb9ee6852b9550414edbcdef5b51
|
7
|
+
data.tar.gz: f2071c8fb477173de3f5af952a5f0c0efde6ceeb6ba4e0bca796cfff1d83ab8f63293beb8e9933e8bd7453440e7b92d378b6dbb6b9b07a62ef412e8d7fa3d410
|
@@ -144,7 +144,8 @@ module Google
|
|
144
144
|
credentials: credentials,
|
145
145
|
endpoint: @config.endpoint,
|
146
146
|
channel_args: @config.channel_args,
|
147
|
-
interceptors: @config.interceptors
|
147
|
+
interceptors: @config.interceptors,
|
148
|
+
channel_pool_config: @config.channel_pool
|
148
149
|
)
|
149
150
|
end
|
150
151
|
|
@@ -349,6 +350,14 @@ module Google
|
|
349
350
|
end
|
350
351
|
end
|
351
352
|
|
353
|
+
##
|
354
|
+
# Configuration for the channel pool
|
355
|
+
# @return [::Gapic::ServiceStub::ChannelPool::Configuration]
|
356
|
+
#
|
357
|
+
def channel_pool
|
358
|
+
@channel_pool ||= ::Gapic::ServiceStub::ChannelPool::Configuration.new
|
359
|
+
end
|
360
|
+
|
352
361
|
##
|
353
362
|
# Configuration RPC class for the PolicyTroubleshooter API.
|
354
363
|
#
|
@@ -171,6 +171,22 @@ module Google
|
|
171
171
|
# @return [::Google::Cloud::PolicyTroubleshooter::Iam::V3::TroubleshootIamPolicyResponse]
|
172
172
|
#
|
173
173
|
# @raise [::Google::Cloud::Error] if the REST call is aborted.
|
174
|
+
#
|
175
|
+
# @example Basic example
|
176
|
+
# require "google/cloud/policy_troubleshooter/iam/v3"
|
177
|
+
#
|
178
|
+
# # Create a client object. The client can be reused for multiple calls.
|
179
|
+
# client = Google::Cloud::PolicyTroubleshooter::Iam::V3::PolicyTroubleshooter::Rest::Client.new
|
180
|
+
#
|
181
|
+
# # Create a request. To set request fields, pass in keyword arguments.
|
182
|
+
# request = Google::Cloud::PolicyTroubleshooter::Iam::V3::TroubleshootIamPolicyRequest.new
|
183
|
+
#
|
184
|
+
# # Call the troubleshoot_iam_policy method.
|
185
|
+
# result = client.troubleshoot_iam_policy request
|
186
|
+
#
|
187
|
+
# # The returned object is of type Google::Cloud::PolicyTroubleshooter::Iam::V3::TroubleshootIamPolicyResponse.
|
188
|
+
# p result
|
189
|
+
#
|
174
190
|
def troubleshoot_iam_policy request, options = nil
|
175
191
|
raise ::ArgumentError, "request must be provided" if request.nil?
|
176
192
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-cloud-policy_troubleshooter-iam-v3
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.2.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-09-12 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: gapic-common
|
@@ -16,7 +16,7 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - ">="
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: 0.
|
19
|
+
version: 0.20.0
|
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.
|
29
|
+
version: 0.20.0
|
30
30
|
- - "<"
|
31
31
|
- !ruby/object:Gem::Version
|
32
32
|
version: 2.a
|