Skip to content

Commit c5065cd

Browse files
chore: Regenerate Rust bindings
1 parent 5d7460b commit c5065cd

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

rust/src/sentry_protos.snuba.v1.rs

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -501,9 +501,19 @@ pub struct DownsampledStorageMeta {
501501
/// note that if this query goes to a higher accuracy tier, it could potentially time out
502502
#[prost(bool, tag = "3")]
503503
pub can_go_to_higher_accuracy_tier: bool,
504+
#[prost(message, optional, tag = "4")]
505+
pub page_token: ::core::option::Option<downsampled_storage_meta::PageToken>,
504506
}
505507
/// Nested message and enum types in `DownsampledStorageMeta`.
506508
pub mod downsampled_storage_meta {
509+
/// This is for logs only, where we may truncate the start/end time of the query in order to meet the time deadline and in the PageToken, responds with the actual time boundaries
510+
#[derive(Clone, Copy, PartialEq, ::prost::Message)]
511+
pub struct PageToken {
512+
#[prost(int64, tag = "1")]
513+
pub start_timestamp: i64,
514+
#[prost(int64, tag = "2")]
515+
pub end_timestamp: i64,
516+
}
507517
#[derive(
508518
Clone,
509519
Copy,

0 commit comments

Comments
 (0)