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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      long getExclusiveEnd()
      End of time window for a time series data point.
      String getExternalId()
      string external_id = 2;
      com.google.protobuf.ByteString getExternalIdBytes()
      string external_id = 2;
      long getId()
      int64 id = 1;
      Item.IdTypeCase getIdTypeCase()  
      long getInclusiveBegin()
      Start of time window for a time series data point.
      String getLegacyName()
      string legacy_name = 3;
      com.google.protobuf.ByteString getLegacyNameBytes()
      string legacy_name = 3;
      boolean hasExclusiveEnd()
      End of time window for a time series data point.
      boolean hasExternalId()
      string external_id = 2;
      boolean hasId()
      int64 id = 1;
      boolean hasInclusiveBegin()
      Start of time window for a time series data point.
      boolean hasLegacyName()
      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 Detail

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