Package com.cognite.client.dto
Interface LabelOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Label,Label.Builder
public interface LabelOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionlongoptional int64 created_time = 4;longoptional int64 data_set_id = 5;optional string description = 3;com.google.protobuf.ByteStringoptional string description = 3;string external_id = 1;com.google.protobuf.ByteStringstring external_id = 1;getName()string name = 2;com.google.protobuf.ByteStringstring name = 2;booleanoptional int64 created_time = 4;booleanoptional int64 data_set_id = 5;booleanoptional string description = 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
-
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.
-
getName
String getName()string name = 2;- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()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.
-
hasCreatedTime
boolean hasCreatedTime()optional int64 created_time = 4;- Returns:
- Whether the createdTime field is set.
-
getCreatedTime
long getCreatedTime()optional int64 created_time = 4;- Returns:
- The createdTime.
-
hasDataSetId
boolean hasDataSetId()optional int64 data_set_id = 5;- Returns:
- Whether the dataSetId field is set.
-
getDataSetId
long getDataSetId()optional int64 data_set_id = 5;- Returns:
- The dataSetId.
-