Interface Proto.EventOrBuilder

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

public static interface Proto.EventOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasTime

      boolean hasTime()
      optional int64 time = 1;
    • getTime

      long getTime()
      optional int64 time = 1;
    • hasState

      boolean hasState()
      optional string state = 2;
    • getState

      String getState()
      optional string state = 2;
    • getStateBytes

      com.google.protobuf.ByteString getStateBytes()
      optional string state = 2;
    • hasService

      boolean hasService()
      optional string service = 3;
    • getService

      String getService()
      optional string service = 3;
    • getServiceBytes

      com.google.protobuf.ByteString getServiceBytes()
      optional string service = 3;
    • hasHost

      boolean hasHost()
      optional string host = 4;
    • getHost

      String getHost()
      optional string host = 4;
    • getHostBytes

      com.google.protobuf.ByteString getHostBytes()
      optional string host = 4;
    • hasDescription

      boolean hasDescription()
      optional string description = 5;
    • getDescription

      String getDescription()
      optional string description = 5;
    • getDescriptionBytes

      com.google.protobuf.ByteString getDescriptionBytes()
      optional string description = 5;
    • getTagsList

      List<String> getTagsList()
      repeated string tags = 7;
    • getTagsCount

      int getTagsCount()
      repeated string tags = 7;
    • getTags

      String getTags(int index)
      repeated string tags = 7;
    • getTagsBytes

      com.google.protobuf.ByteString getTagsBytes(int index)
      repeated string tags = 7;
    • hasTtl

      boolean hasTtl()
      optional float ttl = 8;
    • getTtl

      float getTtl()
      optional float ttl = 8;
    • getAttributesList

      List<Proto.Attribute> getAttributesList()
      repeated .Attribute attributes = 9;
    • getAttributes

      Proto.Attribute getAttributes(int index)
      repeated .Attribute attributes = 9;
    • getAttributesCount

      int getAttributesCount()
      repeated .Attribute attributes = 9;
    • getAttributesOrBuilderList

      List<? extends Proto.AttributeOrBuilder> getAttributesOrBuilderList()
      repeated .Attribute attributes = 9;
    • getAttributesOrBuilder

      Proto.AttributeOrBuilder getAttributesOrBuilder(int index)
      repeated .Attribute attributes = 9;
    • hasTimeMicros

      boolean hasTimeMicros()
      optional int64 time_micros = 10;
    • getTimeMicros

      long getTimeMicros()
      optional int64 time_micros = 10;
    • hasMetricSint64

      boolean hasMetricSint64()
      optional sint64 metric_sint64 = 13;
    • getMetricSint64

      long getMetricSint64()
      optional sint64 metric_sint64 = 13;
    • hasMetricD

      boolean hasMetricD()
      optional double metric_d = 14;
    • getMetricD

      double getMetricD()
      optional double metric_d = 14;
    • hasMetricF

      boolean hasMetricF()
      optional float metric_f = 15;
    • getMetricF

      float getMetricF()
      optional float metric_f = 15;