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
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description booleancontainsMetadata(String key)map<string, string> metadata = 5;Int64ValuegetCreatedTime().google.protobuf.Int64Value created_time = 6;Int64ValueOrBuildergetCreatedTimeOrBuilder().google.protobuf.Int64Value created_time = 6;StringValuegetDescription().google.protobuf.StringValue description = 3;StringValueOrBuildergetDescriptionOrBuilder().google.protobuf.StringValue description = 3;StringgetExternalId()string external_id = 1;com.google.protobuf.ByteStringgetExternalIdBytes()string external_id = 1;Int64ValuegetLastUpdatedTime().google.protobuf.Int64Value last_updated_time = 7;Int64ValueOrBuildergetLastUpdatedTimeOrBuilder().google.protobuf.Int64Value last_updated_time = 7;Map<String,String>getMetadata()Deprecated.intgetMetadataCount()map<string, string> metadata = 5;Map<String,String>getMetadataMap()map<string, string> metadata = 5;StringgetMetadataOrDefault(String key, String defaultValue)map<string, string> metadata = 5;StringgetMetadataOrThrow(String key)map<string, string> metadata = 5;StringValuegetName().google.protobuf.StringValue name = 2;StringValueOrBuildergetNameOrBuilder().google.protobuf.StringValue name = 2;SequenceColumn.ValueTypegetValueType().com.cognite.beam.proto.SequenceColumn.ValueType value_type = 4;intgetValueTypeValue().com.cognite.beam.proto.SequenceColumn.ValueType value_type = 4;booleanhasCreatedTime().google.protobuf.Int64Value created_time = 6;booleanhasDescription().google.protobuf.StringValue description = 3;booleanhasLastUpdatedTime().google.protobuf.Int64Value last_updated_time = 7;booleanhasName().google.protobuf.StringValue name = 2;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
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()
.google.protobuf.StringValue name = 2;- Returns:
- Whether the name field is set.
-
getName
StringValue getName()
.google.protobuf.StringValue name = 2;- Returns:
- The name.
-
getNameOrBuilder
StringValueOrBuilder getNameOrBuilder()
.google.protobuf.StringValue name = 2;
-
hasDescription
boolean hasDescription()
.google.protobuf.StringValue description = 3;- Returns:
- Whether the description field is set.
-
getDescription
StringValue getDescription()
.google.protobuf.StringValue description = 3;- Returns:
- The description.
-
getDescriptionOrBuilder
StringValueOrBuilder getDescriptionOrBuilder()
.google.protobuf.StringValue description = 3;
-
getValueTypeValue
int getValueTypeValue()
.com.cognite.beam.proto.SequenceColumn.ValueType value_type = 4;- Returns:
- The enum numeric value on the wire for valueType.
-
getValueType
SequenceColumn.ValueType getValueType()
.com.cognite.beam.proto.SequenceColumn.ValueType value_type = 4;- Returns:
- The valueType.
-
getMetadataCount
int getMetadataCount()
map<string, string> metadata = 5;
-
containsMetadata
boolean containsMetadata(String key)
map<string, string> metadata = 5;
-
getMetadata
@Deprecated Map<String,String> getMetadata()
Deprecated.UsegetMetadataMap()instead.
-
getMetadataOrDefault
String getMetadataOrDefault(String key, String defaultValue)
map<string, string> metadata = 5;
-
hasCreatedTime
boolean hasCreatedTime()
.google.protobuf.Int64Value created_time = 6;- Returns:
- Whether the createdTime field is set.
-
getCreatedTime
Int64Value getCreatedTime()
.google.protobuf.Int64Value created_time = 6;- Returns:
- The createdTime.
-
getCreatedTimeOrBuilder
Int64ValueOrBuilder getCreatedTimeOrBuilder()
.google.protobuf.Int64Value created_time = 6;
-
hasLastUpdatedTime
boolean hasLastUpdatedTime()
.google.protobuf.Int64Value last_updated_time = 7;- Returns:
- Whether the lastUpdatedTime field is set.
-
getLastUpdatedTime
Int64Value getLastUpdatedTime()
.google.protobuf.Int64Value last_updated_time = 7;- Returns:
- The lastUpdatedTime.
-
getLastUpdatedTimeOrBuilder
Int64ValueOrBuilder getLastUpdatedTimeOrBuilder()
.google.protobuf.Int64Value last_updated_time = 7;
-
-