Package com.cognite.client.dto
Interface SequenceMetadataOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SequenceMetadata,SequenceMetadata.Builder
public interface SequenceMetadataOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbooleancontainsMetadata(String key) map<string, string> metadata = 6;longoptional int64 asset_id = 5;getColumns(int index) repeated .com.cognite.client.dto.SequenceColumn columns = 7;intrepeated .com.cognite.client.dto.SequenceColumn columns = 7;repeated .com.cognite.client.dto.SequenceColumn columns = 7;getColumnsOrBuilder(int index) repeated .com.cognite.client.dto.SequenceColumn columns = 7;List<? extends SequenceColumnOrBuilder>repeated .com.cognite.client.dto.SequenceColumn columns = 7;longoptional int64 created_time = 8;longoptional int64 data_set_id = 10;optional string description = 4;com.google.protobuf.ByteStringoptional string description = 4;optional string external_id = 1;com.google.protobuf.ByteStringoptional string external_id = 1;longgetId()optional int64 id = 2;longoptional int64 last_updated_time = 9;Deprecated.intmap<string, string> metadata = 6;map<string, string> metadata = 6;getMetadataOrDefault(String key, String defaultValue) map<string, string> metadata = 6;getMetadataOrThrow(String key) map<string, string> metadata = 6;getName()optional string name = 3;com.google.protobuf.ByteStringoptional string name = 3;booleanoptional int64 asset_id = 5;booleanoptional int64 created_time = 8;booleanoptional int64 data_set_id = 10;booleanoptional string description = 4;booleanoptional string external_id = 1;booleanhasId()optional int64 id = 2;booleanoptional int64 last_updated_time = 9;booleanhasName()optional string name = 3;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasExternalId
boolean hasExternalId()optional string external_id = 1;- Returns:
- Whether the externalId field is set.
-
getExternalId
String getExternalId()optional string external_id = 1;- Returns:
- The externalId.
-
getExternalIdBytes
com.google.protobuf.ByteString getExternalIdBytes()optional string external_id = 1;- Returns:
- The bytes for externalId.
-
hasId
boolean hasId()optional int64 id = 2;- Returns:
- Whether the id field is set.
-
getId
long getId()optional int64 id = 2;- Returns:
- The id.
-
hasName
boolean hasName()optional string name = 3;- Returns:
- Whether the name field is set.
-
getName
String getName()optional string name = 3;- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()optional string name = 3;- Returns:
- The bytes for name.
-
hasDescription
boolean hasDescription()optional string description = 4;- Returns:
- Whether the description field is set.
-
getDescription
String getDescription()optional string description = 4;- Returns:
- The description.
-
getDescriptionBytes
com.google.protobuf.ByteString getDescriptionBytes()optional string description = 4;- Returns:
- The bytes for description.
-
hasAssetId
boolean hasAssetId()optional int64 asset_id = 5;- Returns:
- Whether the assetId field is set.
-
getAssetId
long getAssetId()optional int64 asset_id = 5;- Returns:
- The assetId.
-
getMetadataCount
int getMetadataCount()map<string, string> metadata = 6; -
containsMetadata
map<string, string> metadata = 6; -
getMetadata
Deprecated.UsegetMetadataMap()instead. -
getMetadataMap
map<string, string> metadata = 6; -
getMetadataOrDefault
map<string, string> metadata = 6; -
getMetadataOrThrow
map<string, string> metadata = 6; -
getColumnsList
List<SequenceColumn> getColumnsList()repeated .com.cognite.client.dto.SequenceColumn columns = 7; -
getColumns
repeated .com.cognite.client.dto.SequenceColumn columns = 7; -
getColumnsCount
int getColumnsCount()repeated .com.cognite.client.dto.SequenceColumn columns = 7; -
getColumnsOrBuilderList
List<? extends SequenceColumnOrBuilder> getColumnsOrBuilderList()repeated .com.cognite.client.dto.SequenceColumn columns = 7; -
getColumnsOrBuilder
repeated .com.cognite.client.dto.SequenceColumn columns = 7; -
hasCreatedTime
boolean hasCreatedTime()optional int64 created_time = 8;- Returns:
- Whether the createdTime field is set.
-
getCreatedTime
long getCreatedTime()optional int64 created_time = 8;- Returns:
- The createdTime.
-
hasLastUpdatedTime
boolean hasLastUpdatedTime()optional int64 last_updated_time = 9;- Returns:
- Whether the lastUpdatedTime field is set.
-
getLastUpdatedTime
long getLastUpdatedTime()optional int64 last_updated_time = 9;- Returns:
- The lastUpdatedTime.
-
hasDataSetId
boolean hasDataSetId()optional int64 data_set_id = 10;- Returns:
- Whether the dataSetId field is set.
-
getDataSetId
long getDataSetId()optional int64 data_set_id = 10;- Returns:
- The dataSetId.
-