removing legacy
This commit is contained in:
@@ -104,7 +104,6 @@ message BackupOperationResponse {
|
||||
}
|
||||
|
||||
message BackupInfoResponse {
|
||||
reserved 6, 22, 23, 24;
|
||||
bool success = 1;
|
||||
string output = 2;
|
||||
string server_version = 3;
|
||||
|
||||
@@ -172,14 +172,12 @@ enum ModuleDataAccessDecision {
|
||||
|
||||
message ModuleDataAccessRequest {
|
||||
string requesting_module = 1;
|
||||
reserved 2, 3;
|
||||
ModuleDataExport data_export = 5;
|
||||
bool granted = 4;
|
||||
}
|
||||
|
||||
message ModuleDataAccessUpdate {
|
||||
string requesting_module = 1;
|
||||
reserved 2;
|
||||
ModuleDataExportId export_id = 4;
|
||||
ModuleDataAccessDecision decision = 3;
|
||||
}
|
||||
@@ -387,8 +385,7 @@ message PutTableDefinitionRequest {
|
||||
// overwriting a newer structural or presentation change.
|
||||
int64 expected_row_version = 7;
|
||||
|
||||
// New physical/catalog name. Empty, or equal to table_name, keeps the
|
||||
// current name for backwards-compatible callers.
|
||||
// Required physical/catalog name. Use table_name to keep the current name.
|
||||
string new_table_name = 8;
|
||||
}
|
||||
|
||||
@@ -704,9 +701,6 @@ message TableDetail {
|
||||
// User-managed single-column indexes. Backend-managed indexes are omitted.
|
||||
repeated string indexes = 13;
|
||||
|
||||
// True when module-owned storage supports catalog-managed rows and settings.
|
||||
bool catalog_managed = 14;
|
||||
|
||||
// Supported catalog operations, not user permissions or a guarantee that a
|
||||
// particular request is valid. Column restrictions, locks, existing data and
|
||||
// optimistic concurrency checks still apply. Unknown values must be ignored.
|
||||
@@ -938,8 +932,6 @@ enum ColumnTypeSpelling {
|
||||
// The name is the whole spelling: "text", "money", "gtin_13".
|
||||
COLUMN_TYPE_SPELLING_BARE = 0;
|
||||
|
||||
reserved 1;
|
||||
|
||||
// The name takes the name of another table in the same profile:
|
||||
// "link(adresar)". The column holds that table's id, and the server creates
|
||||
// the foreign key and its index. A picker offers the profile's other tables
|
||||
|
||||
@@ -192,7 +192,7 @@ message UpdateFieldValidationRequest {
|
||||
string dataKey = 3;
|
||||
FieldValidation validation = 4;
|
||||
|
||||
// Omitted keeps the legacy full-replacement behavior. Otherwise, only the
|
||||
// Required. Only the
|
||||
// selected FieldValidation properties are changed; selecting an absent
|
||||
// message property deliberately removes it.
|
||||
google.protobuf.FieldMask update_mask = 5;
|
||||
|
||||
@@ -199,8 +199,7 @@ message StageTableDataImportRequest {
|
||||
string import_id = 1;
|
||||
string table_name = 2;
|
||||
repeated TableDataImportRow rows = 3;
|
||||
// Import-contract revision returned by GetTableImportDescriptor. A zero
|
||||
// value is accepted for older clients and snapshots the current revision.
|
||||
// Required positive import-contract revision returned by GetTableImportDescriptor.
|
||||
int64 expected_table_revision = 4;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user