Class V1.ContainerStateTerminated

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessageV3
io.kubernetes.client.proto.V1.ContainerStateTerminated
All Implemented Interfaces:
com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, V1.ContainerStateTerminatedOrBuilder, Serializable
Enclosing class:
V1

public static final class V1.ContainerStateTerminated extends com.google.protobuf.GeneratedMessageV3 implements V1.ContainerStateTerminatedOrBuilder
 ContainerStateTerminated is a terminated state of a container.
 
Protobuf type k8s.io.api.core.v1.ContainerStateTerminated
See Also:
  • Field Details

  • Method Details

    • getUnknownFields

      public final com.google.protobuf.UnknownFieldSet getUnknownFields()
      Specified by:
      getUnknownFields in interface com.google.protobuf.MessageOrBuilder
      Overrides:
      getUnknownFields in class com.google.protobuf.GeneratedMessageV3
    • 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
    • hasExitCode

      public boolean hasExitCode()
       Exit status from the last termination of the container
       
      optional int32 exitCode = 1;
      Specified by:
      hasExitCode in interface V1.ContainerStateTerminatedOrBuilder
    • getExitCode

      public int getExitCode()
       Exit status from the last termination of the container
       
      optional int32 exitCode = 1;
      Specified by:
      getExitCode in interface V1.ContainerStateTerminatedOrBuilder
    • hasSignal

      public boolean hasSignal()
       Signal from the last termination of the container
       +optional
       
      optional int32 signal = 2;
      Specified by:
      hasSignal in interface V1.ContainerStateTerminatedOrBuilder
    • getSignal

      public int getSignal()
       Signal from the last termination of the container
       +optional
       
      optional int32 signal = 2;
      Specified by:
      getSignal in interface V1.ContainerStateTerminatedOrBuilder
    • hasReason

      public boolean hasReason()
       (brief) reason from the last termination of the container
       +optional
       
      optional string reason = 3;
      Specified by:
      hasReason in interface V1.ContainerStateTerminatedOrBuilder
    • getReason

      public String getReason()
       (brief) reason from the last termination of the container
       +optional
       
      optional string reason = 3;
      Specified by:
      getReason in interface V1.ContainerStateTerminatedOrBuilder
    • getReasonBytes

      public com.google.protobuf.ByteString getReasonBytes()
       (brief) reason from the last termination of the container
       +optional
       
      optional string reason = 3;
      Specified by:
      getReasonBytes in interface V1.ContainerStateTerminatedOrBuilder
    • hasMessage

      public boolean hasMessage()
       Message regarding the last termination of the container
       +optional
       
      optional string message = 4;
      Specified by:
      hasMessage in interface V1.ContainerStateTerminatedOrBuilder
    • getMessage

      public String getMessage()
       Message regarding the last termination of the container
       +optional
       
      optional string message = 4;
      Specified by:
      getMessage in interface V1.ContainerStateTerminatedOrBuilder
    • getMessageBytes

      public com.google.protobuf.ByteString getMessageBytes()
       Message regarding the last termination of the container
       +optional
       
      optional string message = 4;
      Specified by:
      getMessageBytes in interface V1.ContainerStateTerminatedOrBuilder
    • hasStartedAt

      public boolean hasStartedAt()
       Time at which previous execution of the container started
       +optional
       
      optional .k8s.io.apimachinery.pkg.apis.meta.v1.Time startedAt = 5;
      Specified by:
      hasStartedAt in interface V1.ContainerStateTerminatedOrBuilder
    • getStartedAt

      public Meta.Time getStartedAt()
       Time at which previous execution of the container started
       +optional
       
      optional .k8s.io.apimachinery.pkg.apis.meta.v1.Time startedAt = 5;
      Specified by:
      getStartedAt in interface V1.ContainerStateTerminatedOrBuilder
    • getStartedAtOrBuilder

      public Meta.TimeOrBuilder getStartedAtOrBuilder()
       Time at which previous execution of the container started
       +optional
       
      optional .k8s.io.apimachinery.pkg.apis.meta.v1.Time startedAt = 5;
      Specified by:
      getStartedAtOrBuilder in interface V1.ContainerStateTerminatedOrBuilder
    • hasFinishedAt

      public boolean hasFinishedAt()
       Time at which the container last terminated
       +optional
       
      optional .k8s.io.apimachinery.pkg.apis.meta.v1.Time finishedAt = 6;
      Specified by:
      hasFinishedAt in interface V1.ContainerStateTerminatedOrBuilder
    • getFinishedAt

      public Meta.Time getFinishedAt()
       Time at which the container last terminated
       +optional
       
      optional .k8s.io.apimachinery.pkg.apis.meta.v1.Time finishedAt = 6;
      Specified by:
      getFinishedAt in interface V1.ContainerStateTerminatedOrBuilder
    • getFinishedAtOrBuilder

      public Meta.TimeOrBuilder getFinishedAtOrBuilder()
       Time at which the container last terminated
       +optional
       
      optional .k8s.io.apimachinery.pkg.apis.meta.v1.Time finishedAt = 6;
      Specified by:
      getFinishedAtOrBuilder in interface V1.ContainerStateTerminatedOrBuilder
    • hasContainerID

      public boolean hasContainerID()
       Container's ID in the format 'docker://<container_id>'
       +optional
       
      optional string containerID = 7;
      Specified by:
      hasContainerID in interface V1.ContainerStateTerminatedOrBuilder
    • getContainerID

      public String getContainerID()
       Container's ID in the format 'docker://<container_id>'
       +optional
       
      optional string containerID = 7;
      Specified by:
      getContainerID in interface V1.ContainerStateTerminatedOrBuilder
    • getContainerIDBytes

      public com.google.protobuf.ByteString getContainerIDBytes()
       Container's ID in the format 'docker://<container_id>'
       +optional
       
      optional string containerID = 7;
      Specified by:
      getContainerIDBytes in interface V1.ContainerStateTerminatedOrBuilder
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessageV3
    • writeTo

      public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
      Specified by:
      writeTo in interface com.google.protobuf.MessageLite
      Overrides:
      writeTo in class com.google.protobuf.GeneratedMessageV3
      Throws:
      IOException
    • getSerializedSize

      public int getSerializedSize()
      Specified by:
      getSerializedSize in interface com.google.protobuf.MessageLite
      Overrides:
      getSerializedSize in class com.google.protobuf.GeneratedMessageV3
    • equals

      public boolean equals(Object obj)
      Specified by:
      equals in interface com.google.protobuf.Message
      Overrides:
      equals in class com.google.protobuf.AbstractMessage
    • hashCode

      public int hashCode()
      Specified by:
      hashCode in interface com.google.protobuf.Message
      Overrides:
      hashCode in class com.google.protobuf.AbstractMessage
    • parseFrom

      public static V1.ContainerStateTerminated parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static V1.ContainerStateTerminated parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static V1.ContainerStateTerminated parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static V1.ContainerStateTerminated parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static V1.ContainerStateTerminated parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static V1.ContainerStateTerminated parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static V1.ContainerStateTerminated parseFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static V1.ContainerStateTerminated parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static V1.ContainerStateTerminated parseDelimitedFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static V1.ContainerStateTerminated parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseFrom

      public static V1.ContainerStateTerminated parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static V1.ContainerStateTerminated parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • newBuilderForType

      public V1.ContainerStateTerminated.Builder newBuilderForType()
      Specified by:
      newBuilderForType in interface com.google.protobuf.Message
      Specified by:
      newBuilderForType in interface com.google.protobuf.MessageLite
    • newBuilder

      public static V1.ContainerStateTerminated.Builder newBuilder()
    • newBuilder

    • toBuilder

      Specified by:
      toBuilder in interface com.google.protobuf.Message
      Specified by:
      toBuilder in interface com.google.protobuf.MessageLite
    • newBuilderForType

      protected V1.ContainerStateTerminated.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
      Specified by:
      newBuilderForType in class com.google.protobuf.GeneratedMessageV3
    • getDefaultInstance

      public static V1.ContainerStateTerminated getDefaultInstance()
    • parser

      public static com.google.protobuf.Parser<V1.ContainerStateTerminated> parser()
    • getParserForType

      public com.google.protobuf.Parser<V1.ContainerStateTerminated> getParserForType()
      Specified by:
      getParserForType in interface com.google.protobuf.Message
      Specified by:
      getParserForType in interface com.google.protobuf.MessageLite
      Overrides:
      getParserForType in class com.google.protobuf.GeneratedMessageV3
    • getDefaultInstanceForType

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