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