Interface V1.ContainerStateWaitingOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
V1.ContainerStateWaiting, V1.ContainerStateWaiting.Builder
Enclosing class:
V1

public static interface V1.ContainerStateWaitingOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    Message regarding why the container is not yet running.
    com.google.protobuf.ByteString
    Message regarding why the container is not yet running.
    (brief) reason the container is not yet running.
    com.google.protobuf.ByteString
    (brief) reason the container is not yet running.
    boolean
    Message regarding why the container is not yet running.
    boolean
    (brief) reason the container is not yet running.

    Methods 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

    • hasReason

      boolean hasReason()
       (brief) reason the container is not yet running.
       +optional
       
      optional string reason = 1;
    • getReason

      String getReason()
       (brief) reason the container is not yet running.
       +optional
       
      optional string reason = 1;
    • getReasonBytes

      com.google.protobuf.ByteString getReasonBytes()
       (brief) reason the container is not yet running.
       +optional
       
      optional string reason = 1;
    • hasMessage

      boolean hasMessage()
       Message regarding why the container is not yet running.
       +optional
       
      optional string message = 2;
    • getMessage

      String getMessage()
       Message regarding why the container is not yet running.
       +optional
       
      optional string message = 2;
    • getMessageBytes

      com.google.protobuf.ByteString getMessageBytes()
       Message regarding why the container is not yet running.
       +optional
       
      optional string message = 2;