Package logproto

Interface Logproto.DroppedStreamOrBuilder

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

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      Timestamp getFrom()
      .google.protobuf.Timestamp from = 1 [(.gogoproto.nullable) = false, (.gogoproto.stdtime) = true];
      TimestampOrBuilder getFromOrBuilder()
      .google.protobuf.Timestamp from = 1 [(.gogoproto.nullable) = false, (.gogoproto.stdtime) = true];
      java.lang.String getLabels()
      string labels = 3;
      com.google.protobuf.ByteString getLabelsBytes()
      string labels = 3;
      Timestamp getTo()
      .google.protobuf.Timestamp to = 2 [(.gogoproto.nullable) = false, (.gogoproto.stdtime) = true];
      TimestampOrBuilder getToOrBuilder()
      .google.protobuf.Timestamp to = 2 [(.gogoproto.nullable) = false, (.gogoproto.stdtime) = true];
      boolean hasFrom()
      .google.protobuf.Timestamp from = 1 [(.gogoproto.nullable) = false, (.gogoproto.stdtime) = true];
      boolean hasTo()
      .google.protobuf.Timestamp to = 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

      • hasFrom

        boolean hasFrom()
        .google.protobuf.Timestamp from = 1 [(.gogoproto.nullable) = false, (.gogoproto.stdtime) = true];
        Returns:
        Whether the from field is set.
      • getFrom

        Timestamp getFrom()
        .google.protobuf.Timestamp from = 1 [(.gogoproto.nullable) = false, (.gogoproto.stdtime) = true];
        Returns:
        The from.
      • getFromOrBuilder

        TimestampOrBuilder getFromOrBuilder()
        .google.protobuf.Timestamp from = 1 [(.gogoproto.nullable) = false, (.gogoproto.stdtime) = true];
      • hasTo

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

        Timestamp getTo()
        .google.protobuf.Timestamp to = 2 [(.gogoproto.nullable) = false, (.gogoproto.stdtime) = true];
        Returns:
        The to.
      • getToOrBuilder

        TimestampOrBuilder getToOrBuilder()
        .google.protobuf.Timestamp to = 2 [(.gogoproto.nullable) = false, (.gogoproto.stdtime) = true];
      • getLabels

        java.lang.String getLabels()
        string labels = 3;
        Returns:
        The labels.
      • getLabelsBytes

        com.google.protobuf.ByteString getLabelsBytes()
        string labels = 3;
        Returns:
        The bytes for labels.