Class: Google::Cloud::Kms::V1::IAMPolicy::Client::Configuration Deprecated
- Inherits:
-
Object
- Object
- Google::Cloud::Kms::V1::IAMPolicy::Client::Configuration
- Extended by:
- Gapic::Config
- Defined in:
- lib/google/cloud/kms/v1/iam_policy/client.rb
Overview
Deprecated.
Call iam_policy_client
on any of the other client
objects to get a client for IAM policies instead of using this
legacy class.
Defined Under Namespace
Classes: Rpcs
Instance Method Summary collapse
- #rpcs ⇒ Object deprecated Deprecated.
Instance Method Details
#rpcs ⇒ Object
Deprecated.
271 272 273 274 275 276 277 |
# File 'lib/google/cloud/kms/v1/iam_policy/client.rb', line 271 def rpcs @rpcs ||= begin parent_rpcs = nil parent_rpcs = @parent_config.rpcs if defined?(@parent_config) && @parent_config.respond_to?(:rpcs) Rpcs.new parent_rpcs end end |