Package com.cognite.client.dto
Interface ConvertResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ConvertResponse,ConvertResponse.Builder
public interface ConvertResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringValuegetFileExternalId()The external id of the source file used for building interactive P&IDStringValueOrBuildergetFileExternalIdOrBuilder()The external id of the source file used for building interactive P&IDInt64ValuegetFileId()The id of the source file used for building interactive P&IDInt64ValueOrBuildergetFileIdOrBuilder()The id of the source file used for building interactive P&IDStringValuegetPngUrl()The URL for the converted PNG fileStringValueOrBuildergetPngUrlOrBuilder()The URL for the converted PNG fileStringValuegetSvgUrl()The URL for the converted SVG fileStringValueOrBuildergetSvgUrlOrBuilder()The URL for the converted SVG filebooleanhasFileExternalId()The external id of the source file used for building interactive P&IDbooleanhasFileId()The id of the source file used for building interactive P&IDbooleanhasPngUrl()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
-
hasFileId
boolean hasFileId()
The id of the source file used for building interactive P&ID
.google.protobuf.Int64Value file_id = 1;- Returns:
- Whether the fileId field is set.
-
getFileId
Int64Value getFileId()
The id of the source file used for building interactive P&ID
.google.protobuf.Int64Value file_id = 1;- Returns:
- The fileId.
-
getFileIdOrBuilder
Int64ValueOrBuilder getFileIdOrBuilder()
The id of the source file used for building interactive P&ID
.google.protobuf.Int64Value file_id = 1;
-
hasFileExternalId
boolean hasFileExternalId()
The external id of the source file used for building interactive P&ID
.google.protobuf.StringValue file_external_id = 2;- Returns:
- Whether the fileExternalId field is set.
-
getFileExternalId
StringValue getFileExternalId()
The external id of the source file used for building interactive P&ID
.google.protobuf.StringValue file_external_id = 2;- Returns:
- The fileExternalId.
-
getFileExternalIdOrBuilder
StringValueOrBuilder getFileExternalIdOrBuilder()
The external id of the source file used for building interactive P&ID
.google.protobuf.StringValue file_external_id = 2;
-
hasSvgUrl
boolean hasSvgUrl()
The URL for the converted SVG file
.google.protobuf.StringValue svg_url = 4;- Returns:
- Whether the svgUrl field is set.
-
getSvgUrl
StringValue getSvgUrl()
The URL for the converted SVG file
.google.protobuf.StringValue svg_url = 4;- Returns:
- The svgUrl.
-
getSvgUrlOrBuilder
StringValueOrBuilder getSvgUrlOrBuilder()
The URL for the converted SVG file
.google.protobuf.StringValue svg_url = 4;
-
hasPngUrl
boolean hasPngUrl()
The URL for the converted PNG file
.google.protobuf.StringValue png_url = 5;- Returns:
- Whether the pngUrl field is set.
-
getPngUrl
StringValue getPngUrl()
The URL for the converted PNG file
.google.protobuf.StringValue png_url = 5;- Returns:
- The pngUrl.
-
getPngUrlOrBuilder
StringValueOrBuilder getPngUrlOrBuilder()
The URL for the converted PNG file
.google.protobuf.StringValue png_url = 5;
-
-