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
Modifier and TypeMethodDescriptionoptional string error_message = 4;com.google.protobuf.ByteStringoptional string error_message = 4;intgetPage()int32 page = 1;com.google.protobuf.ByteStringThe binary for the converted PNG filecom.google.protobuf.ByteStringThe binary for the converted SVG filebooleanoptional string error_message = 4;booleanThe binary for the converted PNG filebooleanThe binary for the converted SVG fileMethods 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
-
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.
-