Package io.deephaven.proto.schema
Interface SchemaGetXmlRequestOrBuilder
- All Superinterfaces:
MessageLiteOrBuilder,MessageOrBuilder
- All Known Implementing Classes:
SchemaGetXmlRequest,SchemaGetXmlRequest.Builder
-
Method Summary
Modifier and TypeMethodDescriptionThe namespace of the schemaThe namespace of the schemaThe table name of the schemaThe table name of the schemaMethods 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 of the schema
string namespace = 1;- Returns:
- The namespace.
-
getNamespaceBytes
ByteString getNamespaceBytes()The namespace of the schema
string namespace = 1;- Returns:
- The bytes for namespace.
-
getTableName
String getTableName()The table name of the schema
string table_name = 2;- Returns:
- The tableName.
-
getTableNameBytes
ByteString getTableNameBytes()The table name of the schema
string table_name = 2;- Returns:
- The bytes for tableName.
-