class Google::Shopping::Merchant::Accounts::V1beta::BusinessInfoService::Rest::ServiceStub
def self.transcode_get_business_info_request request_pb
-
(Array(String, [String, nil], Hash{String => String}))-
Parameters:
-
request_pb(::Google::Shopping::Merchant::Accounts::V1beta::GetBusinessInfoRequest) --
Other tags:
- Private: -
def self.transcode_get_business_info_request request_pb transcoder = Gapic::Rest::GrpcTranscoder.new .with_bindings( uri_method: :get, uri_template: "/accounts/v1beta/{name}", matches: [ ["name", %r{^accounts/[^/]+/businessInfo/?$}, false] ] ) transcoder.transcode request_pb end