proto.com.cognite.client.dto.DiagramResponseOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of cdf-sdk-java Show documentation
Show all versions of cdf-sdk-java Show documentation
Java SDK for reading and writing from/to CDF resources.
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: diagram_response.proto
package com.cognite.client.dto;
public interface DiagramResponseOrBuilder extends
// @@protoc_insertion_point(interface_extends:com.cognite.beam.proto.DiagramResponse)
com.google.protobuf.MessageOrBuilder {
/**
*
*The id of the source file used for detecting annotations and building
*the interactive engineering diagram
*
*
* optional int64 file_id = 1;
* @return Whether the fileId field is set.
*/
boolean hasFileId();
/**
*
*The id of the source file used for detecting annotations and building
*the interactive engineering diagram
*
*
* optional int64 file_id = 1;
* @return The fileId.
*/
long getFileId();
/**
*
*The external id of the source file used for detecting annotations and building
*the interactive engineering diagram
*
*
* optional string file_external_id = 2;
* @return Whether the fileExternalId field is set.
*/
boolean hasFileExternalId();
/**
*
*The external id of the source file used for detecting annotations and building
*the interactive engineering diagram
*
*
* optional string file_external_id = 2;
* @return The fileExternalId.
*/
java.lang.String getFileExternalId();
/**
*
*The external id of the source file used for detecting annotations and building
*the interactive engineering diagram
*
*
* optional string file_external_id = 2;
* @return The bytes for fileExternalId.
*/
com.google.protobuf.ByteString
getFileExternalIdBytes();
/**
*
* The identified entity annotations with bounding boxes
*
*
* repeated .com.cognite.beam.proto.Annotation items = 3;
*/
java.util.List
getItemsList();
/**
*
* The identified entity annotations with bounding boxes
*
*
* repeated .com.cognite.beam.proto.Annotation items = 3;
*/
com.cognite.client.dto.Annotation getItems(int index);
/**
*
* The identified entity annotations with bounding boxes
*
*
* repeated .com.cognite.beam.proto.Annotation items = 3;
*/
int getItemsCount();
/**
*
* The identified entity annotations with bounding boxes
*
*
* repeated .com.cognite.beam.proto.Annotation items = 3;
*/
java.util.List extends com.cognite.client.dto.AnnotationOrBuilder>
getItemsOrBuilderList();
/**
*
* The identified entity annotations with bounding boxes
*
*
* repeated .com.cognite.beam.proto.Annotation items = 3;
*/
com.cognite.client.dto.AnnotationOrBuilder getItemsOrBuilder(
int index);
/**
*
* Converted SVGs / PNGs
*
*
* repeated .com.cognite.beam.proto.DiagramResponse.ConvertResult convertResults = 4;
*/
java.util.List
getConvertResultsList();
/**
*
* Converted SVGs / PNGs
*
*
* repeated .com.cognite.beam.proto.DiagramResponse.ConvertResult convertResults = 4;
*/
com.cognite.client.dto.DiagramResponse.ConvertResult getConvertResults(int index);
/**
*
* Converted SVGs / PNGs
*
*
* repeated .com.cognite.beam.proto.DiagramResponse.ConvertResult convertResults = 4;
*/
int getConvertResultsCount();
/**
*
* Converted SVGs / PNGs
*
*
* repeated .com.cognite.beam.proto.DiagramResponse.ConvertResult convertResults = 4;
*/
java.util.List extends com.cognite.client.dto.DiagramResponse.ConvertResultOrBuilder>
getConvertResultsOrBuilderList();
/**
*
* Converted SVGs / PNGs
*
*
* repeated .com.cognite.beam.proto.DiagramResponse.ConvertResult convertResults = 4;
*/
com.cognite.client.dto.DiagramResponse.ConvertResultOrBuilder getConvertResultsOrBuilder(
int index);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy