Package io.deephaven.proto.controller
Interface SerializeQueryConfigurationResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SerializeQueryConfigurationResponse,SerializeQueryConfigurationResponse.Builder
@Generated
public interface SerializeQueryConfigurationResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetXml()the serialized query configuration as XMLcom.google.protobuf.ByteStringthe serialized query configuration as 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 serialized query configuration as XML
string xml = 1;- Returns:
- The xml.
-
getXmlBytes
com.google.protobuf.ByteString getXmlBytes()the serialized query configuration as XML
string xml = 1;- Returns:
- The bytes for xml.
-