Interface Generated.ContainerStateWaitingOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method 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.
      • 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 Detail

      • hasReason

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

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

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

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

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

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