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
      long getCreatedTime()
      optional int64 created_time = 4;
      long getDataSetId()
      optional int64 data_set_id = 5;
      String getDescription()
      optional string description = 3;
      com.google.protobuf.ByteString getDescriptionBytes()
      optional string description = 3;
      String getExternalId()
      string external_id = 1;
      com.google.protobuf.ByteString getExternalIdBytes()
      string external_id = 1;
      String getName()
      string name = 2;
      com.google.protobuf.ByteString getNameBytes()
      string name = 2;
      boolean hasCreatedTime()
      optional int64 created_time = 4;
      boolean hasDataSetId()
      optional int64 data_set_id = 5;
      boolean hasDescription()
      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 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.