listProjectGrantChanges method

ResponseFuture<ListProjectGrantChangesResponse> listProjectGrantChanges(
  1. ListProjectGrantChangesRequest request, {
  2. CallOptions? options,
})

Implementation

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