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 Type
    Method
    Description
    com.google.protobuf.ByteString
    the authentication cookie for this request
    The XML to parse into a query configuration message
    com.google.protobuf.ByteString
    The XML to parse into a query configuration message

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods 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.