Package logproto

Interface Logproto.SeriesOrBuilder

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

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getLabels()
      string labels = 1 [(.gogoproto.jsontag) = "labels"];
      com.google.protobuf.ByteString getLabelsBytes()
      string labels = 1 [(.gogoproto.jsontag) = "labels"];
      Logproto.Sample getSamples​(int index)
      repeated .logproto.Sample samples = 2 [(.gogoproto.nullable) = false, (.gogoproto.jsontag) = "samples"];
      int getSamplesCount()
      repeated .logproto.Sample samples = 2 [(.gogoproto.nullable) = false, (.gogoproto.jsontag) = "samples"];
      java.util.List<Logproto.Sample> getSamplesList()
      repeated .logproto.Sample samples = 2 [(.gogoproto.nullable) = false, (.gogoproto.jsontag) = "samples"];
      Logproto.SampleOrBuilder getSamplesOrBuilder​(int index)
      repeated .logproto.Sample samples = 2 [(.gogoproto.nullable) = false, (.gogoproto.jsontag) = "samples"];
      java.util.List<? extends Logproto.SampleOrBuilder> getSamplesOrBuilderList()
      repeated .logproto.Sample samples = 2 [(.gogoproto.nullable) = false, (.gogoproto.jsontag) = "samples"];
      • 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

      • getLabels

        java.lang.String getLabels()
        string labels = 1 [(.gogoproto.jsontag) = "labels"];
        Returns:
        The labels.
      • getLabelsBytes

        com.google.protobuf.ByteString getLabelsBytes()
        string labels = 1 [(.gogoproto.jsontag) = "labels"];
        Returns:
        The bytes for labels.
      • getSamplesList

        java.util.List<Logproto.Sample> getSamplesList()
        repeated .logproto.Sample samples = 2 [(.gogoproto.nullable) = false, (.gogoproto.jsontag) = "samples"];
      • getSamples

        Logproto.Sample getSamples​(int index)
        repeated .logproto.Sample samples = 2 [(.gogoproto.nullable) = false, (.gogoproto.jsontag) = "samples"];
      • getSamplesCount

        int getSamplesCount()
        repeated .logproto.Sample samples = 2 [(.gogoproto.nullable) = false, (.gogoproto.jsontag) = "samples"];
      • getSamplesOrBuilderList

        java.util.List<? extends Logproto.SampleOrBuilder> getSamplesOrBuilderList()
        repeated .logproto.Sample samples = 2 [(.gogoproto.nullable) = false, (.gogoproto.jsontag) = "samples"];
      • getSamplesOrBuilder

        Logproto.SampleOrBuilder getSamplesOrBuilder​(int index)
        repeated .logproto.Sample samples = 2 [(.gogoproto.nullable) = false, (.gogoproto.jsontag) = "samples"];