deactivateProjectGrant method

ResponseFuture<DeactivateProjectGrantResponse> deactivateProjectGrant(
  1. DeactivateProjectGrantRequest request, {
  2. CallOptions? options,
})

Deactivate Project Grant

Deprecated: use DeactivateProjectGrant instead.

Set the state of the project grant to deactivated. The grant has to be active to be able to deactivate.

Implementation

$grpc.ResponseFuture<$0.DeactivateProjectGrantResponse>
    deactivateProjectGrant(
  $0.DeactivateProjectGrantRequest request, {
  $grpc.CallOptions? options,
}) {
  return $createUnaryCall(_$deactivateProjectGrant, request,
      options: options);
}