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