multirow reference in the client
This commit is contained in:
@@ -50,11 +50,13 @@ pub mod search_response {
|
||||
pub content_json: ::prost::alloc::string::String,
|
||||
#[prost(string, tag = "4")]
|
||||
pub table_name: ::prost::alloc::string::String,
|
||||
/// Configured human-readable value for this row.
|
||||
#[prost(string, tag = "5")]
|
||||
pub row_display_value: ::prost::alloc::string::String,
|
||||
#[prost(string, tag = "6")]
|
||||
pub row_display_column: ::prost::alloc::string::String,
|
||||
/// Configured human-readable values for this row, in display order.
|
||||
#[prost(string, repeated, tag = "5")]
|
||||
pub row_display_values: ::prost::alloc::vec::Vec<::prost::alloc::string::String>,
|
||||
#[prost(string, repeated, tag = "6")]
|
||||
pub row_display_columns: ::prost::alloc::vec::Vec<
|
||||
::prost::alloc::string::String,
|
||||
>,
|
||||
#[prost(uint64, optional, tag = "7")]
|
||||
pub position: ::core::option::Option<u64>,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user