class Google::Shopping::Merchant::Quota::V1::QuotaService::Client::Configuration
def rpcs
-
(Rpcs)
-
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