giXRelayPATCH method
ResponseFuture<GiXRelayResponse>
giXRelayPATCH(
- GiXRelayReqWithBody request, {
- CallOptions? options,
Relay a PATCH API
Implementation
$grpc.ResponseFuture<$4.GiXRelayResponse> giXRelayPATCH(
$4.GiXRelayReqWithBody request, {
$grpc.CallOptions? options,
}) {
return $createUnaryCall(_$giXRelayPATCH, request, options: options);
}