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: 1f862bfccfcc25b3cb1737e0e5806d9a1934109dde58ae3df5f4eb2392066f9b
4
- data.tar.gz: c935f757912d761125659f0a39424c14c84cf44dd44b367d350d5056f15ea78f
3
+ metadata.gz: a1fcb826f12d834577f883b6c706ad48c5d84ae83c587be215bf19dbb9ddb844
4
+ data.tar.gz: 680923a4d634123497654c335b68f54167e8c1dcb1329a50b5ef36f2794b8c01
5
5
  SHA512:
6
- metadata.gz: 1da40cb42ecf3526796150c27894bf3d667d5d05eac8646ae878ebf2d31b1539c0b7169e42190469b86185942fc18f1df1103cb0627e6a9faf12fbfffa1f7593
7
- data.tar.gz: 9eff7fa1146df7e2f21e132ccf1eeaa744d9818eac54c8e0a4ef6092f621870afa3d8afe34e64dce5f2af21c30c7a5157fa6118a7a7c1da79e266c8dcbce0933
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
 
@@ -22,7 +22,7 @@ module Google
22
22
  module PolicyTroubleshooter
23
23
  module Iam
24
24
  module V3
25
- VERSION = "0.1.0"
25
+ VERSION = "0.2.0"
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-cloud-policy_troubleshooter-iam-v3
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.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-08-23 00:00:00.000000000 Z
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.1
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.19.1
29
+ version: 0.20.0
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a