Package io.deephaven.proto.schema
Interface SchemaGetXmlResponseOrBuilder
- All Superinterfaces:
MessageLiteOrBuilder,MessageOrBuilder
- All Known Implementing Classes:
SchemaGetXmlResponse,SchemaGetXmlResponse.Builder
-
Method Summary
Methods 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 requested xml string
string xml = 1;- Returns:
- The xml.
-
getXmlBytes
ByteString getXmlBytes()The requested xml string
string xml = 1;- Returns:
- The bytes for xml.
-