class Gapic::Rest::ClientStub

def make_patch_request uri:, body:, params: {}, options: {}, method_name: nil

Returns:
  • (Faraday::Response) -

Parameters:
  • options (::Gapic::CallOptions, Hash) -- gapic options to be applied
  • params (Hash) -- query string parameters for the request
  • body (String) -- a body to send with the request, nil for requests without a body
  • uri (String) -- uri to send this request to
def make_patch_request uri:, body:, params: {}, options: {}, method_name: nil
  make_http_request :patch, uri: uri, body: body, params: params, options: options, method_name: method_name
end