class Google::Shopping::Merchant::Accounts::V1::BusinessInfoService::Client::Configuration::Rpcs

def initialize parent_rpcs = nil

Other tags:
    Private: -
def initialize parent_rpcs = nil
  get_business_info_config = parent_rpcs.get_business_info if parent_rpcs.respond_to? :get_business_info
  @get_business_info = ::Gapic::Config::Method.new get_business_info_config
  update_business_info_config = parent_rpcs.update_business_info if parent_rpcs.respond_to? :update_business_info
  @update_business_info = ::Gapic::Config::Method.new update_business_info_config
  yield self if block_given?
end