public static interface V1.ContainerStateWaitingOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getMessage()
Message regarding why the container is not yet running.
|
com.google.protobuf.ByteString |
getMessageBytes()
Message regarding why the container is not yet running.
|
String |
getReason()
(brief) reason the container is not yet running.
|
com.google.protobuf.ByteString |
getReasonBytes()
(brief) reason the container is not yet running.
|
boolean |
hasMessage()
Message regarding why the container is not yet running.
|
boolean |
hasReason()
(brief) reason the container is not yet running.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasReason()
(brief) reason the container is not yet running. +optional
optional string reason = 1;String getReason()
(brief) reason the container is not yet running. +optional
optional string reason = 1;com.google.protobuf.ByteString getReasonBytes()
(brief) reason the container is not yet running. +optional
optional string reason = 1;boolean hasMessage()
Message regarding why the container is not yet running. +optional
optional string message = 2;String getMessage()
Message regarding why the container is not yet running. +optional
optional string message = 2;com.google.protobuf.ByteString getMessageBytes()
Message regarding why the container is not yet running. +optional
optional string message = 2;Copyright © 2021. All rights reserved.