Package io.kubernetes.client.proto
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 TypeMethodDescriptionint
getCount()
Number of occurrences in this series up to the last heartbeat timeTime of the last occurrence observedTime of the last occurrence observedboolean
hasCount()
Number of occurrences in this series up to the last heartbeat timeboolean
Time of the last occurrence observedMethods 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;
-