Package com.cognite.client.dto
Interface SequenceColumnOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SequenceColumn,SequenceColumn.Builder
public interface SequenceColumnOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbooleancontainsMetadata(String key) map<string, string> metadata = 5;longoptional int64 created_time = 6;optional string description = 3;com.google.protobuf.ByteStringoptional string description = 3;string external_id = 1;com.google.protobuf.ByteStringstring external_id = 1;longoptional int64 last_updated_time = 7;Deprecated.intmap<string, string> metadata = 5;map<string, string> metadata = 5;getMetadataOrDefault(String key, String defaultValue) map<string, string> metadata = 5;getMetadataOrThrow(String key) map<string, string> metadata = 5;getName()optional string name = 2;com.google.protobuf.ByteStringoptional string name = 2;.com.cognite.client.dto.SequenceColumn.ValueType value_type = 4;int.com.cognite.client.dto.SequenceColumn.ValueType value_type = 4;booleanoptional int64 created_time = 6;booleanoptional string description = 3;booleanoptional int64 last_updated_time = 7;booleanhasName()optional string name = 2;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
-
getExternalId
String getExternalId()string external_id = 1;- Returns:
- The externalId.
-
getExternalIdBytes
com.google.protobuf.ByteString getExternalIdBytes()string external_id = 1;- Returns:
- The bytes for externalId.
-
hasName
boolean hasName()optional string name = 2;- Returns:
- Whether the name field is set.
-
getName
String getName()optional string name = 2;- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()optional string name = 2;- Returns:
- The bytes for name.
-
hasDescription
boolean hasDescription()optional string description = 3;- Returns:
- Whether the description field is set.
-
getDescription
String getDescription()optional string description = 3;- Returns:
- The description.
-
getDescriptionBytes
com.google.protobuf.ByteString getDescriptionBytes()optional string description = 3;- Returns:
- The bytes for description.
-
getValueTypeValue
int getValueTypeValue().com.cognite.client.dto.SequenceColumn.ValueType value_type = 4;- Returns:
- The enum numeric value on the wire for valueType.
-
getValueType
SequenceColumn.ValueType getValueType().com.cognite.client.dto.SequenceColumn.ValueType value_type = 4;- Returns:
- The valueType.
-
getMetadataCount
int getMetadataCount()map<string, string> metadata = 5; -
containsMetadata
map<string, string> metadata = 5; -
getMetadata
Deprecated.UsegetMetadataMap()instead. -
getMetadataMap
map<string, string> metadata = 5; -
getMetadataOrDefault
map<string, string> metadata = 5; -
getMetadataOrThrow
map<string, string> metadata = 5; -
hasCreatedTime
boolean hasCreatedTime()optional int64 created_time = 6;- Returns:
- Whether the createdTime field is set.
-
getCreatedTime
long getCreatedTime()optional int64 created_time = 6;- Returns:
- The createdTime.
-
hasLastUpdatedTime
boolean hasLastUpdatedTime()optional int64 last_updated_time = 7;- Returns:
- Whether the lastUpdatedTime field is set.
-
getLastUpdatedTime
long getLastUpdatedTime()optional int64 last_updated_time = 7;- Returns:
- The lastUpdatedTime.
-