Package org.yamcs.protobuf
Interface DatabaseInfoOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DatabaseInfo,DatabaseInfo.Builder
public interface DatabaseInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetName()optional string name = 1;com.google.protobuf.ByteStringgetNameBytes()optional string name = 1;StringgetPath()optional string path = 2;com.google.protobuf.ByteStringgetPathBytes()optional string path = 2;StringgetStreams(int index)repeated string streams = 5;com.google.protobuf.ByteStringgetStreamsBytes(int index)repeated string streams = 5;intgetStreamsCount()repeated string streams = 5;List<String>getStreamsList()repeated string streams = 5;StringgetTables(int index)repeated string tables = 4;com.google.protobuf.ByteStringgetTablesBytes(int index)repeated string tables = 4;intgetTablesCount()repeated string tables = 4;List<String>getTablesList()repeated string tables = 4;StringgetTablespace()optional string tablespace = 3;com.google.protobuf.ByteStringgetTablespaceBytes()optional string tablespace = 3;booleanhasName()optional string name = 1;booleanhasPath()optional string path = 2;booleanhasTablespace()optional string tablespace = 3;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasName
boolean hasName()
optional string name = 1;
-
getName
String getName()
optional string name = 1;
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()
optional string name = 1;
-
hasPath
boolean hasPath()
optional string path = 2;
-
getPath
String getPath()
optional string path = 2;
-
getPathBytes
com.google.protobuf.ByteString getPathBytes()
optional string path = 2;
-
hasTablespace
boolean hasTablespace()
optional string tablespace = 3;
-
getTablespace
String getTablespace()
optional string tablespace = 3;
-
getTablespaceBytes
com.google.protobuf.ByteString getTablespaceBytes()
optional string tablespace = 3;
-
getTablesCount
int getTablesCount()
repeated string tables = 4;
-
getTables
String getTables(int index)
repeated string tables = 4;
-
getTablesBytes
com.google.protobuf.ByteString getTablesBytes(int index)
repeated string tables = 4;
-
getStreamsCount
int getStreamsCount()
repeated string streams = 5;
-
getStreams
String getStreams(int index)
repeated string streams = 5;
-
getStreamsBytes
com.google.protobuf.ByteString getStreamsBytes(int index)
repeated string streams = 5;
-
-