updateIDP method

ResponseFuture<UpdateIDPResponse> updateIDP(
  1. UpdateIDPRequest request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$2.UpdateIDPResponse> updateIDP(
    $2.UpdateIDPRequest request,
    {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$updateIDP, request, options: options);
}