activateProjectGrant method

ResponseFuture<ActivateProjectGrantResponse> activateProjectGrant(
  1. ActivateProjectGrantRequest request, {
  2. CallOptions? options,
})

Activate Project Grant

Set the state of the project grant to activated.

Required permission:

  • project.grant.write

Implementation

$grpc.ResponseFuture<$0.ActivateProjectGrantResponse> activateProjectGrant(
  $0.ActivateProjectGrantRequest request, {
  $grpc.CallOptions? options,
}) {
  return $createUnaryCall(_$activateProjectGrant, request, options: options);
}