public interface SyncStatusOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
boolean |
containsTablesErrors(String key)
map<string, string> tables_errors = 1; |
Map<String,String> |
getTablesErrors()
Deprecated.
|
int |
getTablesErrorsCount()
map<string, string> tables_errors = 1; |
Map<String,String> |
getTablesErrorsMap()
map<string, string> tables_errors = 1; |
String |
getTablesErrorsOrDefault(String key,
String defaultValue)
map<string, string> tables_errors = 1; |
String |
getTablesErrorsOrThrow(String key)
map<string, string> tables_errors = 1; |
String |
getTablesIgnored(int index)
repeated string tables_ignored = 2; |
com.google.protobuf.ByteString |
getTablesIgnoredBytes(int index)
repeated string tables_ignored = 2; |
int |
getTablesIgnoredCount()
repeated string tables_ignored = 2; |
List<String> |
getTablesIgnoredList()
repeated string tables_ignored = 2; |
String |
getTablesRemoved(int index)
repeated string tables_removed = 5; |
com.google.protobuf.ByteString |
getTablesRemovedBytes(int index)
repeated string tables_removed = 5; |
int |
getTablesRemovedCount()
repeated string tables_removed = 5; |
List<String> |
getTablesRemovedList()
repeated string tables_removed = 5; |
String |
getTablesUnchanged(int index)
repeated string tables_unchanged = 3; |
com.google.protobuf.ByteString |
getTablesUnchangedBytes(int index)
repeated string tables_unchanged = 3; |
int |
getTablesUnchangedCount()
repeated string tables_unchanged = 3; |
List<String> |
getTablesUnchangedList()
repeated string tables_unchanged = 3; |
String |
getTablesUpdated(int index)
repeated string tables_updated = 4; |
com.google.protobuf.ByteString |
getTablesUpdatedBytes(int index)
repeated string tables_updated = 4; |
int |
getTablesUpdatedCount()
repeated string tables_updated = 4; |
List<String> |
getTablesUpdatedList()
repeated string tables_updated = 4; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
int getTablesErrorsCount()
map<string, string> tables_errors = 1;
boolean containsTablesErrors(String key)
map<string, string> tables_errors = 1;
@Deprecated Map<String,String> getTablesErrors()
getTablesErrorsMap()
instead.String getTablesErrorsOrDefault(String key, String defaultValue)
map<string, string> tables_errors = 1;
String getTablesErrorsOrThrow(String key)
map<string, string> tables_errors = 1;
List<String> getTablesIgnoredList()
repeated string tables_ignored = 2;
int getTablesIgnoredCount()
repeated string tables_ignored = 2;
String getTablesIgnored(int index)
repeated string tables_ignored = 2;
index
- The index of the element to return.com.google.protobuf.ByteString getTablesIgnoredBytes(int index)
repeated string tables_ignored = 2;
index
- The index of the value to return.List<String> getTablesUnchangedList()
repeated string tables_unchanged = 3;
int getTablesUnchangedCount()
repeated string tables_unchanged = 3;
String getTablesUnchanged(int index)
repeated string tables_unchanged = 3;
index
- The index of the element to return.com.google.protobuf.ByteString getTablesUnchangedBytes(int index)
repeated string tables_unchanged = 3;
index
- The index of the value to return.List<String> getTablesUpdatedList()
repeated string tables_updated = 4;
int getTablesUpdatedCount()
repeated string tables_updated = 4;
String getTablesUpdated(int index)
repeated string tables_updated = 4;
index
- The index of the element to return.com.google.protobuf.ByteString getTablesUpdatedBytes(int index)
repeated string tables_updated = 4;
index
- The index of the value to return.List<String> getTablesRemovedList()
repeated string tables_removed = 5;
int getTablesRemovedCount()
repeated string tables_removed = 5;
String getTablesRemoved(int index)
repeated string tables_removed = 5;
index
- The index of the element to return.com.google.protobuf.ByteString getTablesRemovedBytes(int index)
repeated string tables_removed = 5;
index
- The index of the value to return.Copyright © 2023. All Rights Reserved.