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 Type
    Method
    Description
    long
    optional int64 created_time = 4;
    long
    optional int64 data_set_id = 5;
    optional string description = 3;
    com.google.protobuf.ByteString
    optional string description = 3;
    string external_id = 1;
    com.google.protobuf.ByteString
    string external_id = 1;
    string name = 2;
    com.google.protobuf.ByteString
    string name = 2;
    boolean
    optional int64 created_time = 4;
    boolean
    optional int64 data_set_id = 5;
    boolean
    optional string description = 3;

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods 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.