updateIDP method

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

Implementation

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