Class V1.Event.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderType>
com.google.protobuf.GeneratedMessageV3.Builder<V1.Event.Builder>
io.kubernetes.client.proto.V1.Event.Builder
All Implemented Interfaces:
com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, V1.EventOrBuilder, Cloneable
Enclosing class:
V1.Event

public static final class V1.Event.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<V1.Event.Builder> implements V1.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 type k8s.io.api.core.v1.Event
  • Method Details

    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<V1.Event.Builder>
    • clear

      public V1.Event.Builder clear()
      Specified by:
      clear in interface com.google.protobuf.Message.Builder
      Specified by:
      clear in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      clear in class com.google.protobuf.GeneratedMessageV3.Builder<V1.Event.Builder>
    • getDescriptorForType

      public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
      Specified by:
      getDescriptorForType in interface com.google.protobuf.Message.Builder
      Specified by:
      getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
      Overrides:
      getDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<V1.Event.Builder>
    • getDefaultInstanceForType

      public V1.Event getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
    • build

      public V1.Event build()
      Specified by:
      build in interface com.google.protobuf.Message.Builder
      Specified by:
      build in interface com.google.protobuf.MessageLite.Builder
    • buildPartial

      public V1.Event buildPartial()
      Specified by:
      buildPartial in interface com.google.protobuf.Message.Builder
      Specified by:
      buildPartial in interface com.google.protobuf.MessageLite.Builder
    • clone

      public V1.Event.Builder clone()
      Specified by:
      clone in interface com.google.protobuf.Message.Builder
      Specified by:
      clone in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      clone in class com.google.protobuf.GeneratedMessageV3.Builder<V1.Event.Builder>
    • setField

      public V1.Event.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
      Specified by:
      setField in interface com.google.protobuf.Message.Builder
      Overrides:
      setField in class com.google.protobuf.GeneratedMessageV3.Builder<V1.Event.Builder>
    • clearField

      public V1.Event.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
      Specified by:
      clearField in interface com.google.protobuf.Message.Builder
      Overrides:
      clearField in class com.google.protobuf.GeneratedMessageV3.Builder<V1.Event.Builder>
    • clearOneof

      public V1.Event.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
      Specified by:
      clearOneof in interface com.google.protobuf.Message.Builder
      Overrides:
      clearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<V1.Event.Builder>
    • setRepeatedField

      public V1.Event.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
      Specified by:
      setRepeatedField in interface com.google.protobuf.Message.Builder
      Overrides:
      setRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<V1.Event.Builder>
    • addRepeatedField

      public V1.Event.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
      Specified by:
      addRepeatedField in interface com.google.protobuf.Message.Builder
      Overrides:
      addRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<V1.Event.Builder>
    • mergeFrom

      public V1.Event.Builder mergeFrom(com.google.protobuf.Message other)
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<V1.Event.Builder>
    • mergeFrom

      public V1.Event.Builder mergeFrom(V1.Event other)
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<V1.Event.Builder>
    • mergeFrom

      public V1.Event.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Specified by:
      mergeFrom in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<V1.Event.Builder>
      Throws:
      IOException
    • 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:
      hasMetadata in interface V1.EventOrBuilder
    • getMetadata

      public Meta.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:
      getMetadata in interface V1.EventOrBuilder
    • setMetadata

      public V1.Event.Builder setMetadata(Meta.ObjectMeta value)
       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;
    • setMetadata

      public V1.Event.Builder setMetadata(Meta.ObjectMeta.Builder builderForValue)
       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;
    • mergeMetadata

      public V1.Event.Builder mergeMetadata(Meta.ObjectMeta value)
       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;
    • clearMetadata

      public V1.Event.Builder clearMetadata()
       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;
    • getMetadataBuilder

      public Meta.ObjectMeta.Builder getMetadataBuilder()
       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;
    • getMetadataOrBuilder

      public Meta.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:
      getMetadataOrBuilder in interface V1.EventOrBuilder
    • hasInvolvedObject

      public boolean hasInvolvedObject()
       The object that this event is about.
       
      optional .k8s.io.api.core.v1.ObjectReference involvedObject = 2;
      Specified by:
      hasInvolvedObject in interface V1.EventOrBuilder
    • getInvolvedObject

      public V1.ObjectReference getInvolvedObject()
       The object that this event is about.
       
      optional .k8s.io.api.core.v1.ObjectReference involvedObject = 2;
      Specified by:
      getInvolvedObject in interface V1.EventOrBuilder
    • setInvolvedObject

      public V1.Event.Builder setInvolvedObject(V1.ObjectReference value)
       The object that this event is about.
       
      optional .k8s.io.api.core.v1.ObjectReference involvedObject = 2;
    • setInvolvedObject

      public V1.Event.Builder setInvolvedObject(V1.ObjectReference.Builder builderForValue)
       The object that this event is about.
       
      optional .k8s.io.api.core.v1.ObjectReference involvedObject = 2;
    • mergeInvolvedObject

      public V1.Event.Builder mergeInvolvedObject(V1.ObjectReference value)
       The object that this event is about.
       
      optional .k8s.io.api.core.v1.ObjectReference involvedObject = 2;
    • clearInvolvedObject

      public V1.Event.Builder clearInvolvedObject()
       The object that this event is about.
       
      optional .k8s.io.api.core.v1.ObjectReference involvedObject = 2;
    • getInvolvedObjectBuilder

      public V1.ObjectReference.Builder getInvolvedObjectBuilder()
       The object that this event is about.
       
      optional .k8s.io.api.core.v1.ObjectReference involvedObject = 2;
    • getInvolvedObjectOrBuilder

      public V1.ObjectReferenceOrBuilder getInvolvedObjectOrBuilder()
       The object that this event is about.
       
      optional .k8s.io.api.core.v1.ObjectReference involvedObject = 2;
      Specified by:
      getInvolvedObjectOrBuilder in interface V1.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:
      hasReason in interface V1.EventOrBuilder
    • 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:
      getReason in interface V1.EventOrBuilder
    • 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:
      getReasonBytes in interface V1.EventOrBuilder
    • setReason

      public V1.Event.Builder setReason(String value)
       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;
    • clearReason

      public V1.Event.Builder clearReason()
       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;
    • setReasonBytes

      public V1.Event.Builder setReasonBytes(com.google.protobuf.ByteString value)
       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;
    • 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:
      hasMessage in interface V1.EventOrBuilder
    • 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:
      getMessage in interface V1.EventOrBuilder
    • 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:
      getMessageBytes in interface V1.EventOrBuilder
    • setMessage

      public V1.Event.Builder setMessage(String value)
       A human-readable description of the status of this operation.
       TODO: decide on maximum length.
       +optional
       
      optional string message = 4;
    • clearMessage

      public V1.Event.Builder clearMessage()
       A human-readable description of the status of this operation.
       TODO: decide on maximum length.
       +optional
       
      optional string message = 4;
    • setMessageBytes

      public V1.Event.Builder setMessageBytes(com.google.protobuf.ByteString value)
       A human-readable description of the status of this operation.
       TODO: decide on maximum length.
       +optional
       
      optional string message = 4;
    • 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:
      hasSource in interface V1.EventOrBuilder
    • getSource

      public V1.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:
      getSource in interface V1.EventOrBuilder
    • setSource

      public V1.Event.Builder setSource(V1.EventSource value)
       The component reporting this event. Should be a short machine understandable string.
       +optional
       
      optional .k8s.io.api.core.v1.EventSource source = 5;
    • setSource

      public V1.Event.Builder setSource(V1.EventSource.Builder builderForValue)
       The component reporting this event. Should be a short machine understandable string.
       +optional
       
      optional .k8s.io.api.core.v1.EventSource source = 5;
    • mergeSource

      public V1.Event.Builder mergeSource(V1.EventSource value)
       The component reporting this event. Should be a short machine understandable string.
       +optional
       
      optional .k8s.io.api.core.v1.EventSource source = 5;
    • clearSource

      public V1.Event.Builder clearSource()
       The component reporting this event. Should be a short machine understandable string.
       +optional
       
      optional .k8s.io.api.core.v1.EventSource source = 5;
    • getSourceBuilder

      public V1.EventSource.Builder getSourceBuilder()
       The component reporting this event. Should be a short machine understandable string.
       +optional
       
      optional .k8s.io.api.core.v1.EventSource source = 5;
    • getSourceOrBuilder

      public V1.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:
      getSourceOrBuilder in interface V1.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:
      hasFirstTimestamp in interface V1.EventOrBuilder
    • getFirstTimestamp

      public Meta.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:
      getFirstTimestamp in interface V1.EventOrBuilder
    • setFirstTimestamp

      public V1.Event.Builder setFirstTimestamp(Meta.Time value)
       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;
    • setFirstTimestamp

      public V1.Event.Builder setFirstTimestamp(Meta.Time.Builder builderForValue)
       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;
    • mergeFirstTimestamp

      public V1.Event.Builder mergeFirstTimestamp(Meta.Time value)
       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;
    • clearFirstTimestamp

      public V1.Event.Builder clearFirstTimestamp()
       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;
    • getFirstTimestampBuilder

      public Meta.Time.Builder getFirstTimestampBuilder()
       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;
    • getFirstTimestampOrBuilder

      public Meta.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:
      getFirstTimestampOrBuilder in interface V1.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:
      hasLastTimestamp in interface V1.EventOrBuilder
    • getLastTimestamp

      public Meta.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:
      getLastTimestamp in interface V1.EventOrBuilder
    • setLastTimestamp

      public V1.Event.Builder setLastTimestamp(Meta.Time value)
       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;
    • setLastTimestamp

      public V1.Event.Builder setLastTimestamp(Meta.Time.Builder builderForValue)
       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;
    • mergeLastTimestamp

      public V1.Event.Builder mergeLastTimestamp(Meta.Time value)
       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;
    • clearLastTimestamp

      public V1.Event.Builder clearLastTimestamp()
       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;
    • getLastTimestampBuilder

      public Meta.Time.Builder getLastTimestampBuilder()
       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;
    • getLastTimestampOrBuilder

      public Meta.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:
      getLastTimestampOrBuilder in interface V1.EventOrBuilder
    • hasCount

      public boolean hasCount()
       The number of times this event has occurred.
       +optional
       
      optional int32 count = 8;
      Specified by:
      hasCount in interface V1.EventOrBuilder
    • getCount

      public int getCount()
       The number of times this event has occurred.
       +optional
       
      optional int32 count = 8;
      Specified by:
      getCount in interface V1.EventOrBuilder
    • setCount

      public V1.Event.Builder setCount(int value)
       The number of times this event has occurred.
       +optional
       
      optional int32 count = 8;
    • clearCount

      public V1.Event.Builder clearCount()
       The number of times this event has occurred.
       +optional
       
      optional int32 count = 8;
    • 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:
      hasType in interface V1.EventOrBuilder
    • 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:
      getType in interface V1.EventOrBuilder
    • 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:
      getTypeBytes in interface V1.EventOrBuilder
    • setType

      public V1.Event.Builder setType(String value)
       Type of this event (Normal, Warning), new types could be added in the future
       +optional
       
      optional string type = 9;
    • clearType

      public V1.Event.Builder clearType()
       Type of this event (Normal, Warning), new types could be added in the future
       +optional
       
      optional string type = 9;
    • setTypeBytes

      public V1.Event.Builder setTypeBytes(com.google.protobuf.ByteString value)
       Type of this event (Normal, Warning), new types could be added in the future
       +optional
       
      optional string type = 9;
    • 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:
      hasEventTime in interface V1.EventOrBuilder
    • getEventTime

      public Meta.MicroTime getEventTime()
       Time when this Event was first observed.
       +optional
       
      optional .k8s.io.apimachinery.pkg.apis.meta.v1.MicroTime eventTime = 10;
      Specified by:
      getEventTime in interface V1.EventOrBuilder
    • setEventTime

      public V1.Event.Builder setEventTime(Meta.MicroTime value)
       Time when this Event was first observed.
       +optional
       
      optional .k8s.io.apimachinery.pkg.apis.meta.v1.MicroTime eventTime = 10;
    • setEventTime

      public V1.Event.Builder setEventTime(Meta.MicroTime.Builder builderForValue)
       Time when this Event was first observed.
       +optional
       
      optional .k8s.io.apimachinery.pkg.apis.meta.v1.MicroTime eventTime = 10;
    • mergeEventTime

      public V1.Event.Builder mergeEventTime(Meta.MicroTime value)
       Time when this Event was first observed.
       +optional
       
      optional .k8s.io.apimachinery.pkg.apis.meta.v1.MicroTime eventTime = 10;
    • clearEventTime

      public V1.Event.Builder clearEventTime()
       Time when this Event was first observed.
       +optional
       
      optional .k8s.io.apimachinery.pkg.apis.meta.v1.MicroTime eventTime = 10;
    • getEventTimeBuilder

      public Meta.MicroTime.Builder getEventTimeBuilder()
       Time when this Event was first observed.
       +optional
       
      optional .k8s.io.apimachinery.pkg.apis.meta.v1.MicroTime eventTime = 10;
    • getEventTimeOrBuilder

      public Meta.MicroTimeOrBuilder getEventTimeOrBuilder()
       Time when this Event was first observed.
       +optional
       
      optional .k8s.io.apimachinery.pkg.apis.meta.v1.MicroTime eventTime = 10;
      Specified by:
      getEventTimeOrBuilder in interface V1.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:
      hasSeries in interface V1.EventOrBuilder
    • getSeries

      public V1.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:
      getSeries in interface V1.EventOrBuilder
    • setSeries

      public V1.Event.Builder setSeries(V1.EventSeries value)
       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;
    • setSeries

      public V1.Event.Builder setSeries(V1.EventSeries.Builder builderForValue)
       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;
    • mergeSeries

      public V1.Event.Builder mergeSeries(V1.EventSeries value)
       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;
    • clearSeries

      public V1.Event.Builder clearSeries()
       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;
    • getSeriesBuilder

      public V1.EventSeries.Builder getSeriesBuilder()
       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;
    • getSeriesOrBuilder

      public V1.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:
      getSeriesOrBuilder in interface V1.EventOrBuilder
    • hasAction

      public boolean hasAction()
       What action was taken/failed regarding to the Regarding object.
       +optional
       
      optional string action = 12;
      Specified by:
      hasAction in interface V1.EventOrBuilder
    • getAction

      public String getAction()
       What action was taken/failed regarding to the Regarding object.
       +optional
       
      optional string action = 12;
      Specified by:
      getAction in interface V1.EventOrBuilder
    • getActionBytes

      public com.google.protobuf.ByteString getActionBytes()
       What action was taken/failed regarding to the Regarding object.
       +optional
       
      optional string action = 12;
      Specified by:
      getActionBytes in interface V1.EventOrBuilder
    • setAction

      public V1.Event.Builder setAction(String value)
       What action was taken/failed regarding to the Regarding object.
       +optional
       
      optional string action = 12;
    • clearAction

      public V1.Event.Builder clearAction()
       What action was taken/failed regarding to the Regarding object.
       +optional
       
      optional string action = 12;
    • setActionBytes

      public V1.Event.Builder setActionBytes(com.google.protobuf.ByteString value)
       What action was taken/failed regarding to the Regarding object.
       +optional
       
      optional string action = 12;
    • hasRelated

      public boolean hasRelated()
       Optional secondary object for more complex actions.
       +optional
       
      optional .k8s.io.api.core.v1.ObjectReference related = 13;
      Specified by:
      hasRelated in interface V1.EventOrBuilder
    • getRelated

      public V1.ObjectReference getRelated()
       Optional secondary object for more complex actions.
       +optional
       
      optional .k8s.io.api.core.v1.ObjectReference related = 13;
      Specified by:
      getRelated in interface V1.EventOrBuilder
    • setRelated

      public V1.Event.Builder setRelated(V1.ObjectReference value)
       Optional secondary object for more complex actions.
       +optional
       
      optional .k8s.io.api.core.v1.ObjectReference related = 13;
    • setRelated

      public V1.Event.Builder setRelated(V1.ObjectReference.Builder builderForValue)
       Optional secondary object for more complex actions.
       +optional
       
      optional .k8s.io.api.core.v1.ObjectReference related = 13;
    • mergeRelated

      public V1.Event.Builder mergeRelated(V1.ObjectReference value)
       Optional secondary object for more complex actions.
       +optional
       
      optional .k8s.io.api.core.v1.ObjectReference related = 13;
    • clearRelated

      public V1.Event.Builder clearRelated()
       Optional secondary object for more complex actions.
       +optional
       
      optional .k8s.io.api.core.v1.ObjectReference related = 13;
    • getRelatedBuilder

      public V1.ObjectReference.Builder getRelatedBuilder()
       Optional secondary object for more complex actions.
       +optional
       
      optional .k8s.io.api.core.v1.ObjectReference related = 13;
    • getRelatedOrBuilder

      public V1.ObjectReferenceOrBuilder getRelatedOrBuilder()
       Optional secondary object for more complex actions.
       +optional
       
      optional .k8s.io.api.core.v1.ObjectReference related = 13;
      Specified by:
      getRelatedOrBuilder in interface V1.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:
      hasReportingComponent in interface V1.EventOrBuilder
    • getReportingComponent

      public String getReportingComponent()
       Name of the controller that emitted this Event, e.g. `kubernetes.io/kubelet`.
       +optional
       
      optional string reportingComponent = 14;
      Specified by:
      getReportingComponent in interface V1.EventOrBuilder
    • 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:
      getReportingComponentBytes in interface V1.EventOrBuilder
    • setReportingComponent

      public V1.Event.Builder setReportingComponent(String value)
       Name of the controller that emitted this Event, e.g. `kubernetes.io/kubelet`.
       +optional
       
      optional string reportingComponent = 14;
    • clearReportingComponent

      public V1.Event.Builder clearReportingComponent()
       Name of the controller that emitted this Event, e.g. `kubernetes.io/kubelet`.
       +optional
       
      optional string reportingComponent = 14;
    • setReportingComponentBytes

      public V1.Event.Builder setReportingComponentBytes(com.google.protobuf.ByteString value)
       Name of the controller that emitted this Event, e.g. `kubernetes.io/kubelet`.
       +optional
       
      optional string reportingComponent = 14;
    • hasReportingInstance

      public boolean hasReportingInstance()
       ID of the controller instance, e.g. `kubelet-xyzf`.
       +optional
       
      optional string reportingInstance = 15;
      Specified by:
      hasReportingInstance in interface V1.EventOrBuilder
    • getReportingInstance

      public String getReportingInstance()
       ID of the controller instance, e.g. `kubelet-xyzf`.
       +optional
       
      optional string reportingInstance = 15;
      Specified by:
      getReportingInstance in interface V1.EventOrBuilder
    • getReportingInstanceBytes

      public com.google.protobuf.ByteString getReportingInstanceBytes()
       ID of the controller instance, e.g. `kubelet-xyzf`.
       +optional
       
      optional string reportingInstance = 15;
      Specified by:
      getReportingInstanceBytes in interface V1.EventOrBuilder
    • setReportingInstance

      public V1.Event.Builder setReportingInstance(String value)
       ID of the controller instance, e.g. `kubelet-xyzf`.
       +optional
       
      optional string reportingInstance = 15;
    • clearReportingInstance

      public V1.Event.Builder clearReportingInstance()
       ID of the controller instance, e.g. `kubelet-xyzf`.
       +optional
       
      optional string reportingInstance = 15;
    • setReportingInstanceBytes

      public V1.Event.Builder setReportingInstanceBytes(com.google.protobuf.ByteString value)
       ID of the controller instance, e.g. `kubelet-xyzf`.
       +optional
       
      optional string reportingInstance = 15;
    • setUnknownFields

      public final V1.Event.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
      Specified by:
      setUnknownFields in interface com.google.protobuf.Message.Builder
      Overrides:
      setUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<V1.Event.Builder>
    • mergeUnknownFields

      public final V1.Event.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
      Specified by:
      mergeUnknownFields in interface com.google.protobuf.Message.Builder
      Overrides:
      mergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<V1.Event.Builder>