updateProjectRole method
ResponseFuture<UpdateProjectRoleResponse>
updateProjectRole(
- UpdateProjectRoleRequest request, {
- CallOptions? options,
Change Project Role
Deprecated: use project v2 service UpdateProjectRole instead.
Change a project role. The key is not editable. If a key should change, remove the role and create a new one.
Implementation
$grpc.ResponseFuture<$0.UpdateProjectRoleResponse> updateProjectRole(
$0.UpdateProjectRoleRequest request, {
$grpc.CallOptions? options,
}) {
return $createUnaryCall(_$updateProjectRole, request, options: options);
}