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 Type
    Method
    Description
    The external id of the source file used for building interactive P&ID
    com.google.protobuf.ByteString
    The external id of the source file used for building interactive P&ID
    long
    The id of the source file used for building interactive P&ID
    getResults(int index)
    repeated .com.cognite.client.dto.ConvertResponse.Result results = 3;
    int
    repeated .com.cognite.client.dto.ConvertResponse.Result results = 3;
    repeated .com.cognite.client.dto.ConvertResponse.Result results = 3;
    repeated .com.cognite.client.dto.ConvertResponse.Result results = 3;
    repeated .com.cognite.client.dto.ConvertResponse.Result results = 3;
    boolean
    The external id of the source file used for building interactive P&ID
    boolean
    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 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

      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;
    • getResultsOrBuilderList

      List<? extends ConvertResponse.ResultOrBuilder> getResultsOrBuilderList()
      repeated .com.cognite.client.dto.ConvertResponse.Result results = 3;
    • getResultsOrBuilder

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