Package io.deephaven.proto.schema
Interface SchemaTableNamesRequestOrBuilder
- All Superinterfaces:
MessageLiteOrBuilder,MessageOrBuilder
- All Known Implementing Classes:
SchemaTableNamesRequest,SchemaTableNamesRequest.Builder
-
Method Summary
Modifier and TypeMethodDescriptionThe namespace to get the table names forThe namespace to get the table names forMethods 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
-
getNamespace
String getNamespace()The namespace to get the table names for
string namespace = 1;- Returns:
- The namespace.
-
getNamespaceBytes
ByteString getNamespaceBytes()The namespace to get the table names for
string namespace = 1;- Returns:
- The bytes for namespace.
-