proto.com.cognite.client.dto.SequenceMetadataOrBuilder 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: sequence.proto
package com.cognite.client.dto;
public interface SequenceMetadataOrBuilder extends
// @@protoc_insertion_point(interface_extends:com.cognite.beam.proto.SequenceMetadata)
com.google.protobuf.MessageOrBuilder {
/**
* optional string external_id = 1;
* @return Whether the externalId field is set.
*/
boolean hasExternalId();
/**
* optional string external_id = 1;
* @return The externalId.
*/
java.lang.String getExternalId();
/**
* optional string external_id = 1;
* @return The bytes for externalId.
*/
com.google.protobuf.ByteString
getExternalIdBytes();
/**
* optional int64 id = 2;
* @return Whether the id field is set.
*/
boolean hasId();
/**
* optional int64 id = 2;
* @return The id.
*/
long getId();
/**
* optional string name = 3;
* @return Whether the name field is set.
*/
boolean hasName();
/**
* optional string name = 3;
* @return The name.
*/
java.lang.String getName();
/**
* optional string name = 3;
* @return The bytes for name.
*/
com.google.protobuf.ByteString
getNameBytes();
/**
* optional string description = 4;
* @return Whether the description field is set.
*/
boolean hasDescription();
/**
* optional string description = 4;
* @return The description.
*/
java.lang.String getDescription();
/**
* optional string description = 4;
* @return The bytes for description.
*/
com.google.protobuf.ByteString
getDescriptionBytes();
/**
* optional int64 asset_id = 5;
* @return Whether the assetId field is set.
*/
boolean hasAssetId();
/**
* optional int64 asset_id = 5;
* @return The assetId.
*/
long getAssetId();
/**
* map<string, string> metadata = 6;
*/
int getMetadataCount();
/**
* map<string, string> metadata = 6;
*/
boolean containsMetadata(
java.lang.String key);
/**
* Use {@link #getMetadataMap()} instead.
*/
@java.lang.Deprecated
java.util.Map
getMetadata();
/**
* map<string, string> metadata = 6;
*/
java.util.Map
getMetadataMap();
/**
* map<string, string> metadata = 6;
*/
java.lang.String getMetadataOrDefault(
java.lang.String key,
java.lang.String defaultValue);
/**
* map<string, string> metadata = 6;
*/
java.lang.String getMetadataOrThrow(
java.lang.String key);
/**
* repeated .com.cognite.beam.proto.SequenceColumn columns = 7;
*/
java.util.List
getColumnsList();
/**
* repeated .com.cognite.beam.proto.SequenceColumn columns = 7;
*/
com.cognite.client.dto.SequenceColumn getColumns(int index);
/**
* repeated .com.cognite.beam.proto.SequenceColumn columns = 7;
*/
int getColumnsCount();
/**
* repeated .com.cognite.beam.proto.SequenceColumn columns = 7;
*/
java.util.List extends com.cognite.client.dto.SequenceColumnOrBuilder>
getColumnsOrBuilderList();
/**
* repeated .com.cognite.beam.proto.SequenceColumn columns = 7;
*/
com.cognite.client.dto.SequenceColumnOrBuilder getColumnsOrBuilder(
int index);
/**
* optional int64 created_time = 8;
* @return Whether the createdTime field is set.
*/
boolean hasCreatedTime();
/**
* optional int64 created_time = 8;
* @return The createdTime.
*/
long getCreatedTime();
/**
* optional int64 last_updated_time = 9;
* @return Whether the lastUpdatedTime field is set.
*/
boolean hasLastUpdatedTime();
/**
* optional int64 last_updated_time = 9;
* @return The lastUpdatedTime.
*/
long getLastUpdatedTime();
/**
* optional int64 data_set_id = 10;
* @return Whether the dataSetId field is set.
*/
boolean hasDataSetId();
/**
* optional int64 data_set_id = 10;
* @return The dataSetId.
*/
long getDataSetId();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy