multiclient setup3 removing legacy
This commit is contained in:
Binary file not shown.
@@ -61,6 +61,9 @@ pub struct PostTableDataResponse {
|
||||
/// Rows whose stored script values changed through dependency propagation.
|
||||
#[prost(message, repeated, tag = "4")]
|
||||
pub recomputed_rows: ::prost::alloc::vec::Vec<RecomputedRow>,
|
||||
/// Revision committed for the inserted row.
|
||||
#[prost(int64, tag = "5")]
|
||||
pub row_revision: i64,
|
||||
}
|
||||
/// One row in a bulk insert request.
|
||||
#[derive(Clone, PartialEq, ::prost::Message)]
|
||||
@@ -126,6 +129,9 @@ pub struct PutTableDataRequest {
|
||||
::prost::alloc::string::String,
|
||||
::prost_types::Value,
|
||||
>,
|
||||
/// Required. Revision returned when this row was loaded or last saved.
|
||||
#[prost(int64, tag = "5")]
|
||||
pub expected_revision: i64,
|
||||
}
|
||||
/// Update response.
|
||||
#[derive(Clone, PartialEq, ::prost::Message)]
|
||||
@@ -142,6 +148,9 @@ pub struct PutTableDataResponse {
|
||||
/// Rows whose stored script values changed through dependency propagation.
|
||||
#[prost(message, repeated, tag = "4")]
|
||||
pub recomputed_rows: ::prost::alloc::vec::Vec<RecomputedRow>,
|
||||
/// Revision committed for the updated row.
|
||||
#[prost(int64, tag = "5")]
|
||||
pub row_revision: i64,
|
||||
}
|
||||
#[derive(Clone, PartialEq, Eq, Hash, ::prost::Message)]
|
||||
pub struct RecomputedRow {
|
||||
@@ -164,6 +173,9 @@ pub struct DeleteTableDataRequest {
|
||||
/// Required. Row id to soft-delete.
|
||||
#[prost(int64, tag = "3")]
|
||||
pub record_id: i64,
|
||||
/// Required. Revision returned when this row was loaded or last saved.
|
||||
#[prost(int64, tag = "4")]
|
||||
pub expected_revision: i64,
|
||||
}
|
||||
/// Soft-delete response.
|
||||
#[derive(Clone, PartialEq, ::prost::Message)]
|
||||
|
||||
Reference in New Issue
Block a user