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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetCreatedTime()optional int64 created_time = 4;longgetDataSetId()optional int64 data_set_id = 5;StringgetDescription()optional string description = 3;com.google.protobuf.ByteStringgetDescriptionBytes()optional string description = 3;StringgetExternalId()string external_id = 1;com.google.protobuf.ByteStringgetExternalIdBytes()string external_id = 1;StringgetName()string name = 2;com.google.protobuf.ByteStringgetNameBytes()string name = 2;booleanhasCreatedTime()optional int64 created_time = 4;booleanhasDataSetId()optional int64 data_set_id = 5;booleanhasDescription()optional string description = 3;-
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.
-
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.
-
-