Package logproto

Interface Logproto.QueryRequestOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    Logproto.QueryRequest, Logproto.QueryRequest.Builder
    Enclosing class:
    Logproto

    public static interface Logproto.QueryRequestOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      Logproto.Direction getDirection()
      .logproto.Direction direction = 5;
      int getDirectionValue()
      .logproto.Direction direction = 5;
      Timestamp getEnd()
      .google.protobuf.Timestamp end = 4 [(.gogoproto.nullable) = false, (.gogoproto.stdtime) = true];
      TimestampOrBuilder getEndOrBuilder()
      .google.protobuf.Timestamp end = 4 [(.gogoproto.nullable) = false, (.gogoproto.stdtime) = true];
      int getLimit()
      uint32 limit = 2;
      java.lang.String getSelector()
      string selector = 1;
      com.google.protobuf.ByteString getSelectorBytes()
      string selector = 1;
      java.lang.String getShards​(int index)
      repeated string shards = 7 [(.gogoproto.jsontag) = "shards,omitempty"];
      com.google.protobuf.ByteString getShardsBytes​(int index)
      repeated string shards = 7 [(.gogoproto.jsontag) = "shards,omitempty"];
      int getShardsCount()
      repeated string shards = 7 [(.gogoproto.jsontag) = "shards,omitempty"];
      java.util.List<java.lang.String> getShardsList()
      repeated string shards = 7 [(.gogoproto.jsontag) = "shards,omitempty"];
      Timestamp getStart()
      .google.protobuf.Timestamp start = 3 [(.gogoproto.nullable) = false, (.gogoproto.stdtime) = true];
      TimestampOrBuilder getStartOrBuilder()
      .google.protobuf.Timestamp start = 3 [(.gogoproto.nullable) = false, (.gogoproto.stdtime) = true];
      boolean hasEnd()
      .google.protobuf.Timestamp end = 4 [(.gogoproto.nullable) = false, (.gogoproto.stdtime) = true];
      boolean hasStart()
      .google.protobuf.Timestamp start = 3 [(.gogoproto.nullable) = false, (.gogoproto.stdtime) = true];
      • 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

      • getSelector

        java.lang.String getSelector()
        string selector = 1;
        Returns:
        The selector.
      • getSelectorBytes

        com.google.protobuf.ByteString getSelectorBytes()
        string selector = 1;
        Returns:
        The bytes for selector.
      • getLimit

        int getLimit()
        uint32 limit = 2;
        Returns:
        The limit.
      • hasStart

        boolean hasStart()
        .google.protobuf.Timestamp start = 3 [(.gogoproto.nullable) = false, (.gogoproto.stdtime) = true];
        Returns:
        Whether the start field is set.
      • getStart

        Timestamp getStart()
        .google.protobuf.Timestamp start = 3 [(.gogoproto.nullable) = false, (.gogoproto.stdtime) = true];
        Returns:
        The start.
      • getStartOrBuilder

        TimestampOrBuilder getStartOrBuilder()
        .google.protobuf.Timestamp start = 3 [(.gogoproto.nullable) = false, (.gogoproto.stdtime) = true];
      • hasEnd

        boolean hasEnd()
        .google.protobuf.Timestamp end = 4 [(.gogoproto.nullable) = false, (.gogoproto.stdtime) = true];
        Returns:
        Whether the end field is set.
      • getEnd

        Timestamp getEnd()
        .google.protobuf.Timestamp end = 4 [(.gogoproto.nullable) = false, (.gogoproto.stdtime) = true];
        Returns:
        The end.
      • getEndOrBuilder

        TimestampOrBuilder getEndOrBuilder()
        .google.protobuf.Timestamp end = 4 [(.gogoproto.nullable) = false, (.gogoproto.stdtime) = true];
      • getDirectionValue

        int getDirectionValue()
        .logproto.Direction direction = 5;
        Returns:
        The enum numeric value on the wire for direction.
      • getDirection

        Logproto.Direction getDirection()
        .logproto.Direction direction = 5;
        Returns:
        The direction.
      • getShardsList

        java.util.List<java.lang.String> getShardsList()
        repeated string shards = 7 [(.gogoproto.jsontag) = "shards,omitempty"];
        Returns:
        A list containing the shards.
      • getShardsCount

        int getShardsCount()
        repeated string shards = 7 [(.gogoproto.jsontag) = "shards,omitempty"];
        Returns:
        The count of shards.
      • getShards

        java.lang.String getShards​(int index)
        repeated string shards = 7 [(.gogoproto.jsontag) = "shards,omitempty"];
        Parameters:
        index - The index of the element to return.
        Returns:
        The shards at the given index.
      • getShardsBytes

        com.google.protobuf.ByteString getShardsBytes​(int index)
        repeated string shards = 7 [(.gogoproto.jsontag) = "shards,omitempty"];
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the shards at the given index.