class Google::Shopping::Merchant::Accounts::V1beta::BusinessIdentityService::Rest::Client::Configuration::Rpcs
def initialize parent_rpcs = nil
- Private: -
def initialize parent_rpcs = nil get_business_identity_config = parent_rpcs.get_business_identity if parent_rpcs.respond_to? :get_business_identity @get_business_identity = ::Gapic::Config::Method.new get_business_identity_config update_business_identity_config = parent_rpcs.update_business_identity if parent_rpcs.respond_to? :update_business_identity @update_business_identity = ::Gapic::Config::Method.new update_business_identity_config yield self if block_given? end