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 Type
    Method
    Description
    the serialized query configuration as XML
    com.google.protobuf.ByteString
    the serialized query configuration as XML

    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

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