row display column
This commit is contained in:
@@ -186,6 +186,12 @@ 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,
|
||||
}
|
||||
/// Count non-deleted rows.
|
||||
#[derive(Clone, PartialEq, Eq, Hash, ::prost::Message)]
|
||||
|
||||
Reference in New Issue
Block a user