proto.com.cognite.client.dto.SequenceColumnOrBuilder 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 SequenceColumnOrBuilder extends
// @@protoc_insertion_point(interface_extends:com.cognite.beam.proto.SequenceColumn)
com.google.protobuf.MessageOrBuilder {
/**
* string external_id = 1;
* @return The externalId.
*/
java.lang.String getExternalId();
/**
* string external_id = 1;
* @return The bytes for externalId.
*/
com.google.protobuf.ByteString
getExternalIdBytes();
/**
* optional string name = 2;
* @return Whether the name field is set.
*/
boolean hasName();
/**
* optional string name = 2;
* @return The name.
*/
java.lang.String getName();
/**
* optional string name = 2;
* @return The bytes for name.
*/
com.google.protobuf.ByteString
getNameBytes();
/**
* optional string description = 3;
* @return Whether the description field is set.
*/
boolean hasDescription();
/**
* optional string description = 3;
* @return The description.
*/
java.lang.String getDescription();
/**
* optional string description = 3;
* @return The bytes for description.
*/
com.google.protobuf.ByteString
getDescriptionBytes();
/**
* .com.cognite.beam.proto.SequenceColumn.ValueType value_type = 4;
* @return The enum numeric value on the wire for valueType.
*/
int getValueTypeValue();
/**
* .com.cognite.beam.proto.SequenceColumn.ValueType value_type = 4;
* @return The valueType.
*/
com.cognite.client.dto.SequenceColumn.ValueType getValueType();
/**
* map<string, string> metadata = 5;
*/
int getMetadataCount();
/**
* map<string, string> metadata = 5;
*/
boolean containsMetadata(
java.lang.String key);
/**
* Use {@link #getMetadataMap()} instead.
*/
@java.lang.Deprecated
java.util.Map
getMetadata();
/**
* map<string, string> metadata = 5;
*/
java.util.Map
getMetadataMap();
/**
* map<string, string> metadata = 5;
*/
java.lang.String getMetadataOrDefault(
java.lang.String key,
java.lang.String defaultValue);
/**
* map<string, string> metadata = 5;
*/
java.lang.String getMetadataOrThrow(
java.lang.String key);
/**
* optional int64 created_time = 6;
* @return Whether the createdTime field is set.
*/
boolean hasCreatedTime();
/**
* optional int64 created_time = 6;
* @return The createdTime.
*/
long getCreatedTime();
/**
* optional int64 last_updated_time = 7;
* @return Whether the lastUpdatedTime field is set.
*/
boolean hasLastUpdatedTime();
/**
* optional int64 last_updated_time = 7;
* @return The lastUpdatedTime.
*/
long getLastUpdatedTime();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy