Interface ItemOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Item, Item.Builder

public interface ItemOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    End of time window for a time series data point.
    string external_id = 2;
    com.google.protobuf.ByteString
    string external_id = 2;
    long
    int64 id = 1;
     
    long
    Start of time window for a time series data point.
    string legacy_name = 3;
    com.google.protobuf.ByteString
    string legacy_name = 3;
    boolean
    End of time window for a time series data point.
    boolean
    string external_id = 2;
    boolean
    int64 id = 1;
    boolean
    Start of time window for a time series data point.
    boolean
    string legacy_name = 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

    • hasId

      boolean hasId()
      int64 id = 1;
      Returns:
      Whether the id field is set.
    • getId

      long getId()
      int64 id = 1;
      Returns:
      The id.
    • hasExternalId

      boolean hasExternalId()
      string external_id = 2;
      Returns:
      Whether the externalId field is set.
    • getExternalId

      String getExternalId()
      string external_id = 2;
      Returns:
      The externalId.
    • getExternalIdBytes

      com.google.protobuf.ByteString getExternalIdBytes()
      string external_id = 2;
      Returns:
      The bytes for externalId.
    • hasLegacyName

      boolean hasLegacyName()
      string legacy_name = 3;
      Returns:
      Whether the legacyName field is set.
    • getLegacyName

      String getLegacyName()
      string legacy_name = 3;
      Returns:
      The legacyName.
    • getLegacyNameBytes

      com.google.protobuf.ByteString getLegacyNameBytes()
      string legacy_name = 3;
      Returns:
      The bytes for legacyName.
    • hasInclusiveBegin

      boolean hasInclusiveBegin()
       Start of time window for a time series data point.
       
      optional int64 inclusive_begin = 4;
      Returns:
      Whether the inclusiveBegin field is set.
    • getInclusiveBegin

      long getInclusiveBegin()
       Start of time window for a time series data point.
       
      optional int64 inclusive_begin = 4;
      Returns:
      The inclusiveBegin.
    • hasExclusiveEnd

      boolean hasExclusiveEnd()
       End of time window for a time series data point.
       
      optional int64 exclusive_end = 5;
      Returns:
      Whether the exclusiveEnd field is set.
    • getExclusiveEnd

      long getExclusiveEnd()
       End of time window for a time series data point.
       
      optional int64 exclusive_end = 5;
      Returns:
      The exclusiveEnd.
    • getIdTypeCase

      Item.IdTypeCase getIdTypeCase()