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
Modifier and TypeMethodDescriptionThe external id of the source file used for building interactive P&IDcom.google.protobuf.ByteStringThe external id of the source file used for building interactive P&IDlongThe id of the source file used for building interactive P&IDgetResults(int index) repeated .com.cognite.client.dto.ConvertResponse.Result results = 3;intrepeated .com.cognite.client.dto.ConvertResponse.Result results = 3;repeated .com.cognite.client.dto.ConvertResponse.Result results = 3;getResultsOrBuilder(int index) repeated .com.cognite.client.dto.ConvertResponse.Result results = 3;List<? extends ConvertResponse.ResultOrBuilder>repeated .com.cognite.client.dto.ConvertResponse.Result results = 3;booleanThe external id of the source file used for building interactive P&IDbooleanThe id of the source file used for building interactive P&IDMethods 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
-
hasFileId
boolean hasFileId()The id of the source file used for building interactive P&ID
optional int64 file_id = 1;- Returns:
- Whether the fileId field is set.
-
getFileId
long getFileId()The id of the source file used for building interactive P&ID
optional int64 file_id = 1;- Returns:
- The fileId.
-
hasFileExternalId
boolean hasFileExternalId()The external id of the source file used for building interactive P&ID
optional string file_external_id = 2;- Returns:
- Whether the fileExternalId field is set.
-
getFileExternalId
String getFileExternalId()The external id of the source file used for building interactive P&ID
optional string file_external_id = 2;- Returns:
- The fileExternalId.
-
getFileExternalIdBytes
com.google.protobuf.ByteString getFileExternalIdBytes()The external id of the source file used for building interactive P&ID
optional string file_external_id = 2;- Returns:
- The bytes for fileExternalId.
-
getResultsList
List<ConvertResponse.Result> getResultsList()repeated .com.cognite.client.dto.ConvertResponse.Result results = 3; -
getResults
repeated .com.cognite.client.dto.ConvertResponse.Result results = 3; -
getResultsCount
int getResultsCount()repeated .com.cognite.client.dto.ConvertResponse.Result results = 3; -
getResultsOrBuilderList
List<? extends ConvertResponse.ResultOrBuilder> getResultsOrBuilderList()repeated .com.cognite.client.dto.ConvertResponse.Result results = 3; -
getResultsOrBuilder
repeated .com.cognite.client.dto.ConvertResponse.Result results = 3;
-