multirow reference in the client
This commit is contained in:
@@ -216,12 +216,13 @@ pub struct GetTableDataResponse {
|
||||
::prost::alloc::string::String,
|
||||
::prost::alloc::string::String,
|
||||
>,
|
||||
/// Configured human-readable value for this row. Empty when that column is
|
||||
/// NULL/empty; clients should then visibly fall back to the row id.
|
||||
#[prost(string, tag = "2")]
|
||||
pub row_display_value: ::prost::alloc::string::String,
|
||||
#[prost(string, tag = "3")]
|
||||
pub row_display_column: ::prost::alloc::string::String,
|
||||
/// Configured human-readable values for this row, in display order. A value
|
||||
/// is empty when its column is NULL/empty; an empty list means the row is
|
||||
/// identified by its id alone.
|
||||
#[prost(string, repeated, tag = "2")]
|
||||
pub row_display_values: ::prost::alloc::vec::Vec<::prost::alloc::string::String>,
|
||||
#[prost(string, repeated, tag = "3")]
|
||||
pub row_display_columns: ::prost::alloc::vec::Vec<::prost::alloc::string::String>,
|
||||
}
|
||||
/// Count non-deleted rows.
|
||||
#[derive(Clone, PartialEq, Eq, Hash, ::prost::Message)]
|
||||
|
||||
Reference in New Issue
Block a user