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