public static interface V1.EventSeriesOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getCount()
Number of occurrences in this series up to the last heartbeat time
|
Meta.MicroTime |
getLastObservedTime()
Time of the last occurrence observed
|
Meta.MicroTimeOrBuilder |
getLastObservedTimeOrBuilder()
Time of the last occurrence observed
|
boolean |
hasCount()
Number of occurrences in this series up to the last heartbeat time
|
boolean |
hasLastObservedTime()
Time of the last occurrence observed
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasCount()
Number of occurrences in this series up to the last heartbeat time
optional int32 count = 1;int getCount()
Number of occurrences in this series up to the last heartbeat time
optional int32 count = 1;boolean hasLastObservedTime()
Time of the last occurrence observed
optional .k8s.io.apimachinery.pkg.apis.meta.v1.MicroTime lastObservedTime = 2;Meta.MicroTime getLastObservedTime()
Time of the last occurrence observed
optional .k8s.io.apimachinery.pkg.apis.meta.v1.MicroTime lastObservedTime = 2;Meta.MicroTimeOrBuilder getLastObservedTimeOrBuilder()
Time of the last occurrence observed
optional .k8s.io.apimachinery.pkg.apis.meta.v1.MicroTime lastObservedTime = 2;Copyright © 2023. All rights reserved.