Package io.deephaven.proto.schema
Interface SchemaTableNamesResponseOrBuilder
- All Superinterfaces:
MessageLiteOrBuilder,MessageOrBuilder
- All Known Implementing Classes:
SchemaTableNamesResponse,SchemaTableNamesResponse.Builder
-
Method Summary
Modifier and TypeMethodDescriptiongetTableNames(int index) The table names for the given namespacegetTableNamesBytes(int index) The table names for the given namespaceintThe table names for the given namespaceThe table names for the given namespaceMethods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getTableNamesList
The table names for the given namespace
repeated string table_names = 1;- Returns:
- A list containing the tableNames.
-
getTableNamesCount
int getTableNamesCount()The table names for the given namespace
repeated string table_names = 1;- Returns:
- The count of tableNames.
-
getTableNames
The table names for the given namespace
repeated string table_names = 1;- Parameters:
index- The index of the element to return.- Returns:
- The tableNames at the given index.
-
getTableNamesBytes
The table names for the given namespace
repeated string table_names = 1;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the tableNames at the given index.
-