Package com.cognite.client.dto
Interface DiagramResponse.ConvertResultOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DiagramResponse.ConvertResult,DiagramResponse.ConvertResult.Builder
- Enclosing class:
- DiagramResponse
public static interface DiagramResponse.ConvertResultOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetErrorMessage()optional string error_message = 4;com.google.protobuf.ByteStringgetErrorMessageBytes()optional string error_message = 4;intgetPage()int32 page = 1;com.google.protobuf.ByteStringgetPngBinary()The binary for the converted PNG filecom.google.protobuf.ByteStringgetSvgBinary()The binary for the converted SVG filebooleanhasErrorMessage()optional string error_message = 4;booleanhasPngBinary()The binary for the converted PNG filebooleanhasSvgBinary()The binary for the converted SVG file-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getPage
int getPage()
int32 page = 1;- Returns:
- The page.
-
hasSvgBinary
boolean hasSvgBinary()
The binary for the converted SVG file
optional bytes svg_binary = 2;- Returns:
- Whether the svgBinary field is set.
-
getSvgBinary
com.google.protobuf.ByteString getSvgBinary()
The binary for the converted SVG file
optional bytes svg_binary = 2;- Returns:
- The svgBinary.
-
hasPngBinary
boolean hasPngBinary()
The binary for the converted PNG file
optional bytes png_binary = 3;- Returns:
- Whether the pngBinary field is set.
-
getPngBinary
com.google.protobuf.ByteString getPngBinary()
The binary for the converted PNG file
optional bytes png_binary = 3;- Returns:
- The pngBinary.
-
hasErrorMessage
boolean hasErrorMessage()
optional string error_message = 4;- Returns:
- Whether the errorMessage field is set.
-
getErrorMessage
String getErrorMessage()
optional string error_message = 4;- Returns:
- The errorMessage.
-
getErrorMessageBytes
com.google.protobuf.ByteString getErrorMessageBytes()
optional string error_message = 4;- Returns:
- The bytes for errorMessage.
-
-