Package k8s.io.api.core.v1
Class Generated.Event
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite
-
- com.google.protobuf.AbstractMessage
-
- com.google.protobuf.GeneratedMessageV3
-
- k8s.io.api.core.v1.Generated.Event
-
- All Implemented Interfaces:
com.google.protobuf.Message,com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,Serializable,Generated.EventOrBuilder
- Enclosing class:
- Generated
public static final class Generated.Event extends com.google.protobuf.GeneratedMessageV3 implements Generated.EventOrBuilder
Event is a report of an event somewhere in the cluster. Events have a limited retention time and triggers and messages may evolve with time. Event consumers should not rely on the timing of an event with a given Reason reflecting a consistent underlying trigger, or the continued existence of events with that Reason. Events should be treated as informative, best-effort, supplemental data.
Protobuf typek8s.io.api.core.v1.Event- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGenerated.Event.BuilderEvent is a report of an event somewhere in the cluster.-
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageV3
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter
-
-
Field Summary
Fields Modifier and Type Field Description static intACTION_FIELD_NUMBERstatic intCOUNT_FIELD_NUMBERstatic intEVENTTIME_FIELD_NUMBERstatic intFIRSTTIMESTAMP_FIELD_NUMBERstatic intINVOLVEDOBJECT_FIELD_NUMBERstatic intLASTTIMESTAMP_FIELD_NUMBERstatic intMESSAGE_FIELD_NUMBERstatic intMETADATA_FIELD_NUMBERstatic com.google.protobuf.Parser<Generated.Event>PARSERDeprecated.static intREASON_FIELD_NUMBERstatic intRELATED_FIELD_NUMBERstatic intREPORTINGCOMPONENT_FIELD_NUMBERstatic intREPORTINGINSTANCE_FIELD_NUMBERstatic intSERIES_FIELD_NUMBERstatic intSOURCE_FIELD_NUMBERstatic intTYPE_FIELD_NUMBER
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)StringgetAction()What action was taken/failed regarding to the Regarding object.com.google.protobuf.ByteStringgetActionBytes()What action was taken/failed regarding to the Regarding object.intgetCount()The number of times this event has occurred.static Generated.EventgetDefaultInstance()Generated.EventgetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()Generated.MicroTimegetEventTime()Time when this Event was first observed.Generated.MicroTimeOrBuildergetEventTimeOrBuilder()Time when this Event was first observed.Generated.TimegetFirstTimestamp()The time at which the event was first recorded.Generated.TimeOrBuildergetFirstTimestampOrBuilder()The time at which the event was first recorded.Generated.ObjectReferencegetInvolvedObject()The object that this event is about.Generated.ObjectReferenceOrBuildergetInvolvedObjectOrBuilder()The object that this event is about.Generated.TimegetLastTimestamp()The time at which the most recent occurrence of this event was recorded.Generated.TimeOrBuildergetLastTimestampOrBuilder()The time at which the most recent occurrence of this event was recorded.StringgetMessage()A human-readable description of the status of this operation.com.google.protobuf.ByteStringgetMessageBytes()A human-readable description of the status of this operation.Generated.ObjectMetagetMetadata()Standard object's metadata.Generated.ObjectMetaOrBuildergetMetadataOrBuilder()Standard object's metadata.com.google.protobuf.Parser<Generated.Event>getParserForType()StringgetReason()This should be a short, machine understandable string that gives the reason for the transition into the object's current status.com.google.protobuf.ByteStringgetReasonBytes()This should be a short, machine understandable string that gives the reason for the transition into the object's current status.Generated.ObjectReferencegetRelated()Optional secondary object for more complex actions.Generated.ObjectReferenceOrBuildergetRelatedOrBuilder()Optional secondary object for more complex actions.StringgetReportingComponent()Name of the controller that emitted this Event, e.g.com.google.protobuf.ByteStringgetReportingComponentBytes()Name of the controller that emitted this Event, e.g.StringgetReportingInstance()ID of the controller instance, e.g.com.google.protobuf.ByteStringgetReportingInstanceBytes()ID of the controller instance, e.g.intgetSerializedSize()Generated.EventSeriesgetSeries()Data about the Event series this event represents or nil if it's a singleton Event.Generated.EventSeriesOrBuildergetSeriesOrBuilder()Data about the Event series this event represents or nil if it's a singleton Event.Generated.EventSourcegetSource()The component reporting this event.Generated.EventSourceOrBuildergetSourceOrBuilder()The component reporting this event.StringgetType()Type of this event (Normal, Warning), new types could be added in the future +optionalcom.google.protobuf.ByteStringgetTypeBytes()Type of this event (Normal, Warning), new types could be added in the future +optionalbooleanhasAction()What action was taken/failed regarding to the Regarding object.booleanhasCount()The number of times this event has occurred.booleanhasEventTime()Time when this Event was first observed.booleanhasFirstTimestamp()The time at which the event was first recorded.inthashCode()booleanhasInvolvedObject()The object that this event is about.booleanhasLastTimestamp()The time at which the most recent occurrence of this event was recorded.booleanhasMessage()A human-readable description of the status of this operation.booleanhasMetadata()Standard object's metadata.booleanhasReason()This should be a short, machine understandable string that gives the reason for the transition into the object's current status.booleanhasRelated()Optional secondary object for more complex actions.booleanhasReportingComponent()Name of the controller that emitted this Event, e.g.booleanhasReportingInstance()ID of the controller instance, e.g.booleanhasSeries()Data about the Event series this event represents or nil if it's a singleton Event.booleanhasSource()The component reporting this event.booleanhasType()Type of this event (Normal, Warning), new types could be added in the future +optionalprotected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()static Generated.Event.BuildernewBuilder()static Generated.Event.BuildernewBuilder(Generated.Event prototype)Generated.Event.BuildernewBuilderForType()protected Generated.Event.BuildernewBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)protected ObjectnewInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)static Generated.EventparseDelimitedFrom(InputStream input)static Generated.EventparseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Generated.EventparseFrom(byte[] data)static Generated.EventparseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Generated.EventparseFrom(com.google.protobuf.ByteString data)static Generated.EventparseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Generated.EventparseFrom(com.google.protobuf.CodedInputStream input)static Generated.EventparseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Generated.EventparseFrom(InputStream input)static Generated.EventparseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Generated.EventparseFrom(ByteBuffer data)static Generated.EventparseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static com.google.protobuf.Parser<Generated.Event>parser()Generated.Event.BuildertoBuilder()voidwriteTo(com.google.protobuf.CodedOutputStream output)-
Methods inherited from class com.google.protobuf.GeneratedMessageV3
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
-
Methods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
-
-
-
Field Detail
-
METADATA_FIELD_NUMBER
public static final int METADATA_FIELD_NUMBER
- See Also:
- Constant Field Values
-
INVOLVEDOBJECT_FIELD_NUMBER
public static final int INVOLVEDOBJECT_FIELD_NUMBER
- See Also:
- Constant Field Values
-
REASON_FIELD_NUMBER
public static final int REASON_FIELD_NUMBER
- See Also:
- Constant Field Values
-
MESSAGE_FIELD_NUMBER
public static final int MESSAGE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
SOURCE_FIELD_NUMBER
public static final int SOURCE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
FIRSTTIMESTAMP_FIELD_NUMBER
public static final int FIRSTTIMESTAMP_FIELD_NUMBER
- See Also:
- Constant Field Values
-
LASTTIMESTAMP_FIELD_NUMBER
public static final int LASTTIMESTAMP_FIELD_NUMBER
- See Also:
- Constant Field Values
-
COUNT_FIELD_NUMBER
public static final int COUNT_FIELD_NUMBER
- See Also:
- Constant Field Values
-
TYPE_FIELD_NUMBER
public static final int TYPE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
EVENTTIME_FIELD_NUMBER
public static final int EVENTTIME_FIELD_NUMBER
- See Also:
- Constant Field Values
-
SERIES_FIELD_NUMBER
public static final int SERIES_FIELD_NUMBER
- See Also:
- Constant Field Values
-
ACTION_FIELD_NUMBER
public static final int ACTION_FIELD_NUMBER
- See Also:
- Constant Field Values
-
RELATED_FIELD_NUMBER
public static final int RELATED_FIELD_NUMBER
- See Also:
- Constant Field Values
-
REPORTINGCOMPONENT_FIELD_NUMBER
public static final int REPORTINGCOMPONENT_FIELD_NUMBER
- See Also:
- Constant Field Values
-
REPORTINGINSTANCE_FIELD_NUMBER
public static final int REPORTINGINSTANCE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
PARSER
@Deprecated public static final com.google.protobuf.Parser<Generated.Event> PARSER
Deprecated.
-
-
Method Detail
-
newInstance
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
- Overrides:
newInstancein classcom.google.protobuf.GeneratedMessageV3
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3
-
hasMetadata
public boolean hasMetadata()
Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
optional .k8s.io.apimachinery.pkg.apis.meta.v1.ObjectMeta metadata = 1;- Specified by:
hasMetadatain interfaceGenerated.EventOrBuilder- Returns:
- Whether the metadata field is set.
-
getMetadata
public Generated.ObjectMeta getMetadata()
Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
optional .k8s.io.apimachinery.pkg.apis.meta.v1.ObjectMeta metadata = 1;- Specified by:
getMetadatain interfaceGenerated.EventOrBuilder- Returns:
- The metadata.
-
getMetadataOrBuilder
public Generated.ObjectMetaOrBuilder getMetadataOrBuilder()
Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
optional .k8s.io.apimachinery.pkg.apis.meta.v1.ObjectMeta metadata = 1;- Specified by:
getMetadataOrBuilderin interfaceGenerated.EventOrBuilder
-
hasInvolvedObject
public boolean hasInvolvedObject()
The object that this event is about.
optional .k8s.io.api.core.v1.ObjectReference involvedObject = 2;- Specified by:
hasInvolvedObjectin interfaceGenerated.EventOrBuilder- Returns:
- Whether the involvedObject field is set.
-
getInvolvedObject
public Generated.ObjectReference getInvolvedObject()
The object that this event is about.
optional .k8s.io.api.core.v1.ObjectReference involvedObject = 2;- Specified by:
getInvolvedObjectin interfaceGenerated.EventOrBuilder- Returns:
- The involvedObject.
-
getInvolvedObjectOrBuilder
public Generated.ObjectReferenceOrBuilder getInvolvedObjectOrBuilder()
The object that this event is about.
optional .k8s.io.api.core.v1.ObjectReference involvedObject = 2;- Specified by:
getInvolvedObjectOrBuilderin interfaceGenerated.EventOrBuilder
-
hasReason
public boolean hasReason()
This should be a short, machine understandable string that gives the reason for the transition into the object's current status. TODO: provide exact specification for format. +optional
optional string reason = 3;- Specified by:
hasReasonin interfaceGenerated.EventOrBuilder- Returns:
- Whether the reason field is set.
-
getReason
public String getReason()
This should be a short, machine understandable string that gives the reason for the transition into the object's current status. TODO: provide exact specification for format. +optional
optional string reason = 3;- Specified by:
getReasonin interfaceGenerated.EventOrBuilder- Returns:
- The reason.
-
getReasonBytes
public com.google.protobuf.ByteString getReasonBytes()
This should be a short, machine understandable string that gives the reason for the transition into the object's current status. TODO: provide exact specification for format. +optional
optional string reason = 3;- Specified by:
getReasonBytesin interfaceGenerated.EventOrBuilder- Returns:
- The bytes for reason.
-
hasMessage
public boolean hasMessage()
A human-readable description of the status of this operation. TODO: decide on maximum length. +optional
optional string message = 4;- Specified by:
hasMessagein interfaceGenerated.EventOrBuilder- Returns:
- Whether the message field is set.
-
getMessage
public String getMessage()
A human-readable description of the status of this operation. TODO: decide on maximum length. +optional
optional string message = 4;- Specified by:
getMessagein interfaceGenerated.EventOrBuilder- Returns:
- The message.
-
getMessageBytes
public com.google.protobuf.ByteString getMessageBytes()
A human-readable description of the status of this operation. TODO: decide on maximum length. +optional
optional string message = 4;- Specified by:
getMessageBytesin interfaceGenerated.EventOrBuilder- Returns:
- The bytes for message.
-
hasSource
public boolean hasSource()
The component reporting this event. Should be a short machine understandable string. +optional
optional .k8s.io.api.core.v1.EventSource source = 5;- Specified by:
hasSourcein interfaceGenerated.EventOrBuilder- Returns:
- Whether the source field is set.
-
getSource
public Generated.EventSource getSource()
The component reporting this event. Should be a short machine understandable string. +optional
optional .k8s.io.api.core.v1.EventSource source = 5;- Specified by:
getSourcein interfaceGenerated.EventOrBuilder- Returns:
- The source.
-
getSourceOrBuilder
public Generated.EventSourceOrBuilder getSourceOrBuilder()
The component reporting this event. Should be a short machine understandable string. +optional
optional .k8s.io.api.core.v1.EventSource source = 5;- Specified by:
getSourceOrBuilderin interfaceGenerated.EventOrBuilder
-
hasFirstTimestamp
public boolean hasFirstTimestamp()
The time at which the event was first recorded. (Time of server receipt is in TypeMeta.) +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.Time firstTimestamp = 6;- Specified by:
hasFirstTimestampin interfaceGenerated.EventOrBuilder- Returns:
- Whether the firstTimestamp field is set.
-
getFirstTimestamp
public Generated.Time getFirstTimestamp()
The time at which the event was first recorded. (Time of server receipt is in TypeMeta.) +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.Time firstTimestamp = 6;- Specified by:
getFirstTimestampin interfaceGenerated.EventOrBuilder- Returns:
- The firstTimestamp.
-
getFirstTimestampOrBuilder
public Generated.TimeOrBuilder getFirstTimestampOrBuilder()
The time at which the event was first recorded. (Time of server receipt is in TypeMeta.) +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.Time firstTimestamp = 6;- Specified by:
getFirstTimestampOrBuilderin interfaceGenerated.EventOrBuilder
-
hasLastTimestamp
public boolean hasLastTimestamp()
The time at which the most recent occurrence of this event was recorded. +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.Time lastTimestamp = 7;- Specified by:
hasLastTimestampin interfaceGenerated.EventOrBuilder- Returns:
- Whether the lastTimestamp field is set.
-
getLastTimestamp
public Generated.Time getLastTimestamp()
The time at which the most recent occurrence of this event was recorded. +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.Time lastTimestamp = 7;- Specified by:
getLastTimestampin interfaceGenerated.EventOrBuilder- Returns:
- The lastTimestamp.
-
getLastTimestampOrBuilder
public Generated.TimeOrBuilder getLastTimestampOrBuilder()
The time at which the most recent occurrence of this event was recorded. +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.Time lastTimestamp = 7;- Specified by:
getLastTimestampOrBuilderin interfaceGenerated.EventOrBuilder
-
hasCount
public boolean hasCount()
The number of times this event has occurred. +optional
optional int32 count = 8;- Specified by:
hasCountin interfaceGenerated.EventOrBuilder- Returns:
- Whether the count field is set.
-
getCount
public int getCount()
The number of times this event has occurred. +optional
optional int32 count = 8;- Specified by:
getCountin interfaceGenerated.EventOrBuilder- Returns:
- The count.
-
hasType
public boolean hasType()
Type of this event (Normal, Warning), new types could be added in the future +optional
optional string type = 9;- Specified by:
hasTypein interfaceGenerated.EventOrBuilder- Returns:
- Whether the type field is set.
-
getType
public String getType()
Type of this event (Normal, Warning), new types could be added in the future +optional
optional string type = 9;- Specified by:
getTypein interfaceGenerated.EventOrBuilder- Returns:
- The type.
-
getTypeBytes
public com.google.protobuf.ByteString getTypeBytes()
Type of this event (Normal, Warning), new types could be added in the future +optional
optional string type = 9;- Specified by:
getTypeBytesin interfaceGenerated.EventOrBuilder- Returns:
- The bytes for type.
-
hasEventTime
public boolean hasEventTime()
Time when this Event was first observed. +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.MicroTime eventTime = 10;- Specified by:
hasEventTimein interfaceGenerated.EventOrBuilder- Returns:
- Whether the eventTime field is set.
-
getEventTime
public Generated.MicroTime getEventTime()
Time when this Event was first observed. +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.MicroTime eventTime = 10;- Specified by:
getEventTimein interfaceGenerated.EventOrBuilder- Returns:
- The eventTime.
-
getEventTimeOrBuilder
public Generated.MicroTimeOrBuilder getEventTimeOrBuilder()
Time when this Event was first observed. +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.MicroTime eventTime = 10;- Specified by:
getEventTimeOrBuilderin interfaceGenerated.EventOrBuilder
-
hasSeries
public boolean hasSeries()
Data about the Event series this event represents or nil if it's a singleton Event. +optional
optional .k8s.io.api.core.v1.EventSeries series = 11;- Specified by:
hasSeriesin interfaceGenerated.EventOrBuilder- Returns:
- Whether the series field is set.
-
getSeries
public Generated.EventSeries getSeries()
Data about the Event series this event represents or nil if it's a singleton Event. +optional
optional .k8s.io.api.core.v1.EventSeries series = 11;- Specified by:
getSeriesin interfaceGenerated.EventOrBuilder- Returns:
- The series.
-
getSeriesOrBuilder
public Generated.EventSeriesOrBuilder getSeriesOrBuilder()
Data about the Event series this event represents or nil if it's a singleton Event. +optional
optional .k8s.io.api.core.v1.EventSeries series = 11;- Specified by:
getSeriesOrBuilderin interfaceGenerated.EventOrBuilder
-
hasAction
public boolean hasAction()
What action was taken/failed regarding to the Regarding object. +optional
optional string action = 12;- Specified by:
hasActionin interfaceGenerated.EventOrBuilder- Returns:
- Whether the action field is set.
-
getAction
public String getAction()
What action was taken/failed regarding to the Regarding object. +optional
optional string action = 12;- Specified by:
getActionin interfaceGenerated.EventOrBuilder- Returns:
- The action.
-
getActionBytes
public com.google.protobuf.ByteString getActionBytes()
What action was taken/failed regarding to the Regarding object. +optional
optional string action = 12;- Specified by:
getActionBytesin interfaceGenerated.EventOrBuilder- Returns:
- The bytes for action.
-
hasRelated
public boolean hasRelated()
Optional secondary object for more complex actions. +optional
optional .k8s.io.api.core.v1.ObjectReference related = 13;- Specified by:
hasRelatedin interfaceGenerated.EventOrBuilder- Returns:
- Whether the related field is set.
-
getRelated
public Generated.ObjectReference getRelated()
Optional secondary object for more complex actions. +optional
optional .k8s.io.api.core.v1.ObjectReference related = 13;- Specified by:
getRelatedin interfaceGenerated.EventOrBuilder- Returns:
- The related.
-
getRelatedOrBuilder
public Generated.ObjectReferenceOrBuilder getRelatedOrBuilder()
Optional secondary object for more complex actions. +optional
optional .k8s.io.api.core.v1.ObjectReference related = 13;- Specified by:
getRelatedOrBuilderin interfaceGenerated.EventOrBuilder
-
hasReportingComponent
public boolean hasReportingComponent()
Name of the controller that emitted this Event, e.g. `kubernetes.io/kubelet`. +optional
optional string reportingComponent = 14;- Specified by:
hasReportingComponentin interfaceGenerated.EventOrBuilder- Returns:
- Whether the reportingComponent field is set.
-
getReportingComponent
public String getReportingComponent()
Name of the controller that emitted this Event, e.g. `kubernetes.io/kubelet`. +optional
optional string reportingComponent = 14;- Specified by:
getReportingComponentin interfaceGenerated.EventOrBuilder- Returns:
- The reportingComponent.
-
getReportingComponentBytes
public com.google.protobuf.ByteString getReportingComponentBytes()
Name of the controller that emitted this Event, e.g. `kubernetes.io/kubelet`. +optional
optional string reportingComponent = 14;- Specified by:
getReportingComponentBytesin interfaceGenerated.EventOrBuilder- Returns:
- The bytes for reportingComponent.
-
hasReportingInstance
public boolean hasReportingInstance()
ID of the controller instance, e.g. `kubelet-xyzf`. +optional
optional string reportingInstance = 15;- Specified by:
hasReportingInstancein interfaceGenerated.EventOrBuilder- Returns:
- Whether the reportingInstance field is set.
-
getReportingInstance
public String getReportingInstance()
ID of the controller instance, e.g. `kubelet-xyzf`. +optional
optional string reportingInstance = 15;- Specified by:
getReportingInstancein interfaceGenerated.EventOrBuilder- Returns:
- The reportingInstance.
-
getReportingInstanceBytes
public com.google.protobuf.ByteString getReportingInstanceBytes()
ID of the controller instance, e.g. `kubelet-xyzf`. +optional
optional string reportingInstance = 15;- Specified by:
getReportingInstanceBytesin interfaceGenerated.EventOrBuilder- Returns:
- The bytes for reportingInstance.
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3
-
writeTo
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException- Specified by:
writeToin interfacecom.google.protobuf.MessageLite- Overrides:
writeToin classcom.google.protobuf.GeneratedMessageV3- Throws:
IOException
-
getSerializedSize
public int getSerializedSize()
- Specified by:
getSerializedSizein interfacecom.google.protobuf.MessageLite- Overrides:
getSerializedSizein classcom.google.protobuf.GeneratedMessageV3
-
equals
public boolean equals(Object obj)
- Specified by:
equalsin interfacecom.google.protobuf.Message- Overrides:
equalsin classcom.google.protobuf.AbstractMessage
-
hashCode
public int hashCode()
- Specified by:
hashCodein interfacecom.google.protobuf.Message- Overrides:
hashCodein classcom.google.protobuf.AbstractMessage
-
parseFrom
public static Generated.Event parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Generated.Event parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Generated.Event parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Generated.Event parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Generated.Event parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Generated.Event parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Generated.Event parseFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static Generated.Event parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static Generated.Event parseDelimitedFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static Generated.Event parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseFrom
public static Generated.Event parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static Generated.Event parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
newBuilderForType
public Generated.Event.Builder newBuilderForType()
- Specified by:
newBuilderForTypein interfacecom.google.protobuf.Message- Specified by:
newBuilderForTypein interfacecom.google.protobuf.MessageLite
-
newBuilder
public static Generated.Event.Builder newBuilder()
-
newBuilder
public static Generated.Event.Builder newBuilder(Generated.Event prototype)
-
toBuilder
public Generated.Event.Builder toBuilder()
- Specified by:
toBuilderin interfacecom.google.protobuf.Message- Specified by:
toBuilderin interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected Generated.Event.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
- Specified by:
newBuilderForTypein classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstance
public static Generated.Event getDefaultInstance()
-
parser
public static com.google.protobuf.Parser<Generated.Event> parser()
-
getParserForType
public com.google.protobuf.Parser<Generated.Event> getParserForType()
- Specified by:
getParserForTypein interfacecom.google.protobuf.Message- Specified by:
getParserForTypein interfacecom.google.protobuf.MessageLite- Overrides:
getParserForTypein classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstanceForType
public Generated.Event getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
-