Interface V1.EventSeriesOrBuilder

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

public static interface V1.EventSeriesOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Number of occurrences in this series up to the last heartbeat time
    Time of the last occurrence observed
    Time of the last occurrence observed
    boolean
    Number of occurrences in this series up to the last heartbeat time
    boolean
    Time of the last occurrence observed

    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 Details

    • hasCount

      boolean hasCount()
       Number of occurrences in this series up to the last heartbeat time
       
      optional int32 count = 1;
    • getCount

      int getCount()
       Number of occurrences in this series up to the last heartbeat time
       
      optional int32 count = 1;
    • hasLastObservedTime

      boolean hasLastObservedTime()
       Time of the last occurrence observed
       
      optional .k8s.io.apimachinery.pkg.apis.meta.v1.MicroTime lastObservedTime = 2;
    • getLastObservedTime

      Meta.MicroTime getLastObservedTime()
       Time of the last occurrence observed
       
      optional .k8s.io.apimachinery.pkg.apis.meta.v1.MicroTime lastObservedTime = 2;
    • getLastObservedTimeOrBuilder

      Meta.MicroTimeOrBuilder getLastObservedTimeOrBuilder()
       Time of the last occurrence observed
       
      optional .k8s.io.apimachinery.pkg.apis.meta.v1.MicroTime lastObservedTime = 2;