class Google::Shopping::Merchant::Accounts::V1::TermsOfServiceAgreementStateService::Rest::Client::Configuration::Rpcs

def initialize parent_rpcs = nil

Other tags:
    Private: -
def initialize parent_rpcs = nil
  get_terms_of_service_agreement_state_config = parent_rpcs.get_terms_of_service_agreement_state if parent_rpcs.respond_to? :get_terms_of_service_agreement_state
  @get_terms_of_service_agreement_state = ::Gapic::Config::Method.new get_terms_of_service_agreement_state_config
  retrieve_for_application_terms_of_service_agreement_state_config = parent_rpcs.retrieve_for_application_terms_of_service_agreement_state if parent_rpcs.respond_to? :retrieve_for_application_terms_of_service_agreement_state
  @retrieve_for_application_terms_of_service_agreement_state = ::Gapic::Config::Method.new retrieve_for_application_terms_of_service_agreement_state_config
  yield self if block_given?
end