Interface BasicTagHistoryQueryParamsProto.BasicTagHistoryQueryParamsPBOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
BasicTagHistoryQueryParamsProto.BasicTagHistoryQueryParamsPB, BasicTagHistoryQueryParamsProto.BasicTagHistoryQueryParamsPB.Builder
Enclosing class:
BasicTagHistoryQueryParamsProto

public static interface BasicTagHistoryQueryParamsProto.BasicTagHistoryQueryParamsPBOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getPathsList

      List<PathProto.PathPB> getPathsList()
      repeated .common.protobuf.PathPB paths = 1;
    • getPaths

      PathProto.PathPB getPaths(int index)
      repeated .common.protobuf.PathPB paths = 1;
    • getPathsCount

      int getPathsCount()
      repeated .common.protobuf.PathPB paths = 1;
    • getPathsOrBuilderList

      List<? extends PathProto.PathPBOrBuilder> getPathsOrBuilderList()
      repeated .common.protobuf.PathPB paths = 1;
    • getPathsOrBuilder

      PathProto.PathPBOrBuilder getPathsOrBuilder(int index)
      repeated .common.protobuf.PathPB paths = 1;
    • getAliasesList

      List<String> getAliasesList()
      repeated string aliases = 2;
      Returns:
      A list containing the aliases.
    • getAliasesCount

      int getAliasesCount()
      repeated string aliases = 2;
      Returns:
      The count of aliases.
    • getAliases

      String getAliases(int index)
      repeated string aliases = 2;
      Parameters:
      index - The index of the element to return.
      Returns:
      The aliases at the given index.
    • getAliasesBytes

      com.google.protobuf.ByteString getAliasesBytes(int index)
      repeated string aliases = 2;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the aliases at the given index.
    • getColumnAggregationsList

      List<HistoryAggregateProto.AggregatePB> getColumnAggregationsList()
      repeated .common.protobuf.AggregatePB columnAggregations = 3;
    • getColumnAggregations

      HistoryAggregateProto.AggregatePB getColumnAggregations(int index)
      repeated .common.protobuf.AggregatePB columnAggregations = 3;
    • getColumnAggregationsCount

      int getColumnAggregationsCount()
      repeated .common.protobuf.AggregatePB columnAggregations = 3;
    • getColumnAggregationsOrBuilderList

      List<? extends HistoryAggregateProto.AggregatePBOrBuilder> getColumnAggregationsOrBuilderList()
      repeated .common.protobuf.AggregatePB columnAggregations = 3;
    • getColumnAggregationsOrBuilder

      HistoryAggregateProto.AggregatePBOrBuilder getColumnAggregationsOrBuilder(int index)
      repeated .common.protobuf.AggregatePB columnAggregations = 3;
    • getStartDate

      long getStartDate()
      int64 startDate = 4;
      Returns:
      The startDate.
    • getEndDate

      long getEndDate()
      int64 endDate = 5;
      Returns:
      The endDate.
    • getReturnSize

      int getReturnSize()
      int32 returnSize = 6;
      Returns:
      The returnSize.
    • hasAggregationMode

      boolean hasAggregationMode()
      optional .common.protobuf.AggregatePB aggregationMode = 7;
      Returns:
      Whether the aggregationMode field is set.
    • getAggregationMode

      HistoryAggregateProto.AggregatePB getAggregationMode()
      optional .common.protobuf.AggregatePB aggregationMode = 7;
      Returns:
      The aggregationMode.
    • getAggregationModeOrBuilder

      HistoryAggregateProto.AggregatePBOrBuilder getAggregationModeOrBuilder()
      optional .common.protobuf.AggregatePB aggregationMode = 7;
    • getReturnFormatValue

      int getReturnFormatValue()
      .common.protobuf.ReturnFormatPB returnFormat = 8;
      Returns:
      The enum numeric value on the wire for returnFormat.
    • getReturnFormat

      .common.protobuf.ReturnFormatPB returnFormat = 8;
      Returns:
      The returnFormat.
    • getFlags

      int getFlags()
       The Flags object is internally a simple integer with other functions wrapped around it
       
      int32 flags = 9;
      Returns:
      The flags.