updateProjectRole method

ResponseFuture<UpdateProjectRoleResponse> updateProjectRole(
  1. UpdateProjectRoleRequest request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$1.UpdateProjectRoleResponse> updateProjectRole(
    $1.UpdateProjectRoleRequest request,
    {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$updateProjectRole, request, options: options);
}