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
      String getFileExternalId()
      The external id of the source file used for building interactive P&ID
      com.google.protobuf.ByteString getFileExternalIdBytes()
      The external id of the source file used for building interactive P&ID
      long getFileId()
      The id of the source file used for building interactive P&ID
      ConvertResponse.Result getResults​(int index)
      repeated .com.cognite.client.dto.ConvertResponse.Result results = 3;
      int getResultsCount()
      repeated .com.cognite.client.dto.ConvertResponse.Result results = 3;
      List<ConvertResponse.Result> getResultsList()
      repeated .com.cognite.client.dto.ConvertResponse.Result results = 3;
      ConvertResponse.ResultOrBuilder getResultsOrBuilder​(int index)
      repeated .com.cognite.client.dto.ConvertResponse.Result results = 3;
      List<? extends ConvertResponse.ResultOrBuilder> getResultsOrBuilderList()
      repeated .com.cognite.client.dto.ConvertResponse.Result results = 3;
      boolean hasFileExternalId()
      The external id of the source file used for building interactive P&ID
      boolean hasFileId()
      The id of the source file used for building interactive P&ID
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • 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
         
        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

        ConvertResponse.Result getResults​(int index)
        repeated .com.cognite.client.dto.ConvertResponse.Result results = 3;
      • getResultsCount

        int getResultsCount()
        repeated .com.cognite.client.dto.ConvertResponse.Result results = 3;
      • getResultsOrBuilder

        ConvertResponse.ResultOrBuilder getResultsOrBuilder​(int index)
        repeated .com.cognite.client.dto.ConvertResponse.Result results = 3;