Package com.cognite.client.dto
Interface ConvertResponse.ResultOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ConvertResponse.Result,ConvertResponse.Result.Builder
- Enclosing class:
- ConvertResponse
public static interface ConvertResponse.ResultOrBuilder 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;StringgetPngUrl()The URL for the converted PNG filecom.google.protobuf.ByteStringgetPngUrlBytes()The URL for the converted PNG fileStringgetSvgUrl()The URL for the converted SVG filecom.google.protobuf.ByteStringgetSvgUrlBytes()The URL for the converted SVG filebooleanhasErrorMessage()optional string error_message = 4;booleanhasPngUrl()The URL for the converted PNG filebooleanhasSvgUrl()The URL 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.
-
hasSvgUrl
boolean hasSvgUrl()
The URL for the converted SVG file
optional string svg_url = 2;- Returns:
- Whether the svgUrl field is set.
-
getSvgUrl
String getSvgUrl()
The URL for the converted SVG file
optional string svg_url = 2;- Returns:
- The svgUrl.
-
getSvgUrlBytes
com.google.protobuf.ByteString getSvgUrlBytes()
The URL for the converted SVG file
optional string svg_url = 2;- Returns:
- The bytes for svgUrl.
-
hasPngUrl
boolean hasPngUrl()
The URL for the converted PNG file
optional string png_url = 3;- Returns:
- Whether the pngUrl field is set.
-
getPngUrl
String getPngUrl()
The URL for the converted PNG file
optional string png_url = 3;- Returns:
- The pngUrl.
-
getPngUrlBytes
com.google.protobuf.ByteString getPngUrlBytes()
The URL for the converted PNG file
optional string png_url = 3;- Returns:
- The bytes for pngUrl.
-
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.
-
-