public static interface Table.RemoveTableEntryOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getDbName()
optional string db_name = 1; |
com.google.protobuf.ByteString |
getDbNameBytes()
optional string db_name = 1; |
String |
getTableName()
optional string table_name = 2; |
com.google.protobuf.ByteString |
getTableNameBytes()
optional string table_name = 2; |
long |
getVersion()
optional int64 version = 4; |
boolean |
hasDbName()
optional string db_name = 1; |
boolean |
hasTableName()
optional string table_name = 2; |
boolean |
hasVersion()
optional int64 version = 4; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasDbName()
optional string db_name = 1;
String getDbName()
optional string db_name = 1;
com.google.protobuf.ByteString getDbNameBytes()
optional string db_name = 1;
boolean hasTableName()
optional string table_name = 2;
String getTableName()
optional string table_name = 2;
com.google.protobuf.ByteString getTableNameBytes()
optional string table_name = 2;
boolean hasVersion()
optional int64 version = 4;
long getVersion()
optional int64 version = 4;
Copyright © 2023. All Rights Reserved.