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 Detail

      • getId

        long getId()
        int64 id = 1;
        Returns:
        The id.
      • 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.
      • 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.
         
        .google.protobuf.Int64Value inclusive_begin = 4;
        Returns:
        Whether the inclusiveBegin field is set.
      • getInclusiveBegin

        Int64Value getInclusiveBegin()
         Start of time window for a time series data point.
         
        .google.protobuf.Int64Value inclusive_begin = 4;
        Returns:
        The inclusiveBegin.
      • getInclusiveBeginOrBuilder

        Int64ValueOrBuilder getInclusiveBeginOrBuilder()
         Start of time window for a time series data point.
         
        .google.protobuf.Int64Value inclusive_begin = 4;
      • hasExclusiveEnd

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

        Int64Value getExclusiveEnd()
         End of time window for a time series data point.
         
        .google.protobuf.Int64Value exclusive_end = 5;
        Returns:
        The exclusiveEnd.
      • getExclusiveEndOrBuilder

        Int64ValueOrBuilder getExclusiveEndOrBuilder()
         End of time window for a time series data point.
         
        .google.protobuf.Int64Value exclusive_end = 5;