All Downloads are FREE. Search and download functionalities are using the official Maven repository.

proto.com.cognite.client.dto.ConvertResponseOrBuilder Maven / Gradle / Ivy

There is a newer version: 2.3.3
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: diagram_response.proto

package com.cognite.client.dto;

public interface ConvertResponseOrBuilder extends
    // @@protoc_insertion_point(interface_extends:com.cognite.beam.proto.ConvertResponse)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   *The id of the source file used for building
   *interactive P&ID
   * 
* * optional int64 file_id = 1; * @return Whether the fileId field is set. */ boolean hasFileId(); /** *
   *The id of the source file used for building
   *interactive P&ID
   * 
* * optional int64 file_id = 1; * @return The fileId. */ long getFileId(); /** *
   *The external id of the source file used for building
   *interactive P&ID
   * 
* * optional string file_external_id = 2; * @return Whether the fileExternalId field is set. */ boolean hasFileExternalId(); /** *
   *The external id of the source file used for building
   *interactive P&ID
   * 
* * optional string file_external_id = 2; * @return The fileExternalId. */ java.lang.String getFileExternalId(); /** *
   *The external id of the source file used for building
   *interactive P&ID
   * 
* * optional string file_external_id = 2; * @return The bytes for fileExternalId. */ com.google.protobuf.ByteString getFileExternalIdBytes(); /** * repeated .com.cognite.beam.proto.ConvertResponse.Result results = 3; */ java.util.List getResultsList(); /** * repeated .com.cognite.beam.proto.ConvertResponse.Result results = 3; */ com.cognite.client.dto.ConvertResponse.Result getResults(int index); /** * repeated .com.cognite.beam.proto.ConvertResponse.Result results = 3; */ int getResultsCount(); /** * repeated .com.cognite.beam.proto.ConvertResponse.Result results = 3; */ java.util.List getResultsOrBuilderList(); /** * repeated .com.cognite.beam.proto.ConvertResponse.Result results = 3; */ com.cognite.client.dto.ConvertResponse.ResultOrBuilder getResultsOrBuilder( int index); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy