Interface Logproto.GetChunkIDsRequestOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      Timestamp getEnd()
      .google.protobuf.Timestamp end = 3 [(.gogoproto.nullable) = false, (.gogoproto.stdtime) = true];
      TimestampOrBuilder getEndOrBuilder()
      .google.protobuf.Timestamp end = 3 [(.gogoproto.nullable) = false, (.gogoproto.stdtime) = true];
      java.lang.String getMatchers()
      string matchers = 1;
      com.google.protobuf.ByteString getMatchersBytes()
      string matchers = 1;
      Timestamp getStart()
      .google.protobuf.Timestamp start = 2 [(.gogoproto.nullable) = false, (.gogoproto.stdtime) = true];
      TimestampOrBuilder getStartOrBuilder()
      .google.protobuf.Timestamp start = 2 [(.gogoproto.nullable) = false, (.gogoproto.stdtime) = true];
      boolean hasEnd()
      .google.protobuf.Timestamp end = 3 [(.gogoproto.nullable) = false, (.gogoproto.stdtime) = true];
      boolean hasStart()
      .google.protobuf.Timestamp start = 2 [(.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

      • getMatchers

        java.lang.String getMatchers()
        string matchers = 1;
        Returns:
        The matchers.
      • getMatchersBytes

        com.google.protobuf.ByteString getMatchersBytes()
        string matchers = 1;
        Returns:
        The bytes for matchers.
      • hasStart

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

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

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

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

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

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