proto.com.cognite.client.dto.LabelOrBuilder 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: label.proto
package com.cognite.client.dto;
public interface LabelOrBuilder extends
// @@protoc_insertion_point(interface_extends:com.cognite.beam.proto.Label)
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();
/**
* string name = 2;
* @return The name.
*/
java.lang.String getName();
/**
* 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();
/**
* optional int64 created_time = 4;
* @return Whether the createdTime field is set.
*/
boolean hasCreatedTime();
/**
* optional int64 created_time = 4;
* @return The createdTime.
*/
long getCreatedTime();
/**
* optional int64 data_set_id = 5;
* @return Whether the dataSetId field is set.
*/
boolean hasDataSetId();
/**
* optional int64 data_set_id = 5;
* @return The dataSetId.
*/
long getDataSetId();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy