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