Interface RenderPdfDocumentFromRtfStringRequestStreamOrBuilder
- All Superinterfaces:
- com.google.protobuf.MessageLiteOrBuilder,- com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
- RenderPdfDocumentFromRtfStringRequestStream,- RenderPdfDocumentFromRtfStringRequestStream.Builder
public interface RenderPdfDocumentFromRtfStringRequestStreamOrBuilder
extends com.google.protobuf.MessageOrBuilder
- 
Method SummaryModifier and TypeMethodDescriptionstring rtf_string_chunk = 1;com.google.protobuf.ByteStringstring rtf_string_chunk = 1;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilderisInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilderfindInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
- 
Method Details- 
getRtfStringChunkString getRtfStringChunk()string rtf_string_chunk = 1;- Returns:
- The rtfStringChunk.
 
- 
getRtfStringChunkBytescom.google.protobuf.ByteString getRtfStringChunkBytes()string rtf_string_chunk = 1;- Returns:
- The bytes for rtfStringChunk.
 
 
-