proto.com.cognite.client.dto.ItemOrBuilder 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: item.proto
package com.cognite.client.dto;
public interface ItemOrBuilder extends
// @@protoc_insertion_point(interface_extends:com.cognite.beam.proto.Item)
com.google.protobuf.MessageOrBuilder {
/**
* int64 id = 1;
* @return Whether the id field is set.
*/
boolean hasId();
/**
* int64 id = 1;
* @return The id.
*/
long getId();
/**
* string external_id = 2;
* @return Whether the externalId field is set.
*/
boolean hasExternalId();
/**
* string external_id = 2;
* @return The externalId.
*/
java.lang.String getExternalId();
/**
* string external_id = 2;
* @return The bytes for externalId.
*/
com.google.protobuf.ByteString
getExternalIdBytes();
/**
* string legacy_name = 3;
* @return Whether the legacyName field is set.
*/
boolean hasLegacyName();
/**
* string legacy_name = 3;
* @return The legacyName.
*/
java.lang.String getLegacyName();
/**
* string legacy_name = 3;
* @return The bytes for legacyName.
*/
com.google.protobuf.ByteString
getLegacyNameBytes();
/**
*
* Start of time window for a time series data point.
*
*
* optional int64 inclusive_begin = 4;
* @return Whether the inclusiveBegin field is set.
*/
boolean hasInclusiveBegin();
/**
*
* Start of time window for a time series data point.
*
*
* optional int64 inclusive_begin = 4;
* @return The inclusiveBegin.
*/
long getInclusiveBegin();
/**
*
* End of time window for a time series data point.
*
*
* optional int64 exclusive_end = 5;
* @return Whether the exclusiveEnd field is set.
*/
boolean hasExclusiveEnd();
/**
*
* End of time window for a time series data point.
*
*
* optional int64 exclusive_end = 5;
* @return The exclusiveEnd.
*/
long getExclusiveEnd();
public com.cognite.client.dto.Item.IdTypeCase getIdTypeCase();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy