Class: Google::Cloud::Kms::V1::IAMPolicy::Client::Configuration Deprecated

Inherits:
Object
  • Object
show all
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

Instance Method Details

#rpcsObject

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