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 Int64ValuegetCreatedTime().google.protobuf.Int64Value created_time = 4;Int64ValueOrBuildergetCreatedTimeOrBuilder().google.protobuf.Int64Value created_time = 4;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;StringgetName()string name = 2;com.google.protobuf.ByteStringgetNameBytes()string name = 2;booleanhasCreatedTime().google.protobuf.Int64Value created_time = 4;booleanhasDescription().google.protobuf.StringValue 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()
.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;
-
hasCreatedTime
boolean hasCreatedTime()
.google.protobuf.Int64Value created_time = 4;- Returns:
- Whether the createdTime field is set.
-
getCreatedTime
Int64Value getCreatedTime()
.google.protobuf.Int64Value created_time = 4;- Returns:
- The createdTime.
-
getCreatedTimeOrBuilder
Int64ValueOrBuilder getCreatedTimeOrBuilder()
.google.protobuf.Int64Value created_time = 4;
-
-