updateProjectGrant method
ResponseFuture<UpdateProjectGrantResponse>
updateProjectGrant(
- UpdateProjectGrantRequest request, {
- CallOptions? options,
Change Project Grant
Deprecated: use UpdateProjectGrant instead.
Change the roles of the project that is granted to another organization. The project grant will allow the granted organization to access the project and manage the authorizations for its users. Project Grant will be listed in the granted project of the granted organization.
Implementation
$grpc.ResponseFuture<$0.UpdateProjectGrantResponse> updateProjectGrant(
$0.UpdateProjectGrantRequest request, {
$grpc.CallOptions? options,
}) {
return $createUnaryCall(_$updateProjectGrant, request, options: options);
}