Package io.deephaven.proto.controller
Interface DeserializeQueryConfigurationRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DeserializeQueryConfigurationRequest,DeserializeQueryConfigurationRequest.Builder
@Generated
public interface DeserializeQueryConfigurationRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptioncom.google.protobuf.ByteStringthe authentication cookie for this requestgetXml()The XML to parse into a query configuration messagecom.google.protobuf.ByteStringThe XML to parse into a query configuration messageMethods 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
-
getCookie
com.google.protobuf.ByteString getCookie()the authentication cookie for this request
bytes cookie = 1;- Returns:
- The cookie.
-
getXml
String getXml()The XML to parse into a query configuration message
string xml = 2;- Returns:
- The xml.
-
getXmlBytes
com.google.protobuf.ByteString getXmlBytes()The XML to parse into a query configuration message
string xml = 2;- Returns:
- The bytes for xml.
-