Package io.deephaven.proto.schema
Interface SchemaSaveRequestOrBuilder
- All Superinterfaces:
MessageLiteOrBuilder,MessageOrBuilder
- All Known Implementing Classes:
SchemaSaveRequest,SchemaSaveRequest.Builder
-
Method Summary
Modifier and TypeMethodDescriptionbooleanIndicates if the backend should skip compiling loggers and listenersgetXml()The xml to save The namespace and table name will be parsed from the xmlThe xml to save The namespace and table name will be parsed from the xmlMethods 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
-
getXml
String getXml()The xml to save The namespace and table name will be parsed from the xml
string xml = 1;- Returns:
- The xml.
-
getXmlBytes
ByteString getXmlBytes()The xml to save The namespace and table name will be parsed from the xml
string xml = 1;- Returns:
- The bytes for xml.
-
getNoCompile
boolean getNoCompile()Indicates if the backend should skip compiling loggers and listeners
bool no_compile = 2;- Returns:
- The noCompile.
-