Package api

Interface EventOuterClass.ContainerStatusOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      EventOuterClass.Cause getCause()
      .api.Cause cause = 5;
      int getCauseValue()
      .api.Cause cause = 5;
      int getExitCode()
      int32 exitCode = 2;
      String getMessage()
      string message = 3;
      com.google.protobuf.ByteString getMessageBytes()
      string message = 3;
      String getName()
      string name = 1;
      com.google.protobuf.ByteString getNameBytes()
      string name = 1;
      String getReason()
      string reason = 4;
      com.google.protobuf.ByteString getReasonBytes()
      string reason = 4;
      • 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

      • getName

        String getName()
        string name = 1;
        Returns:
        The name.
      • getNameBytes

        com.google.protobuf.ByteString getNameBytes()
        string name = 1;
        Returns:
        The bytes for name.
      • getExitCode

        int getExitCode()
        int32 exitCode = 2;
        Returns:
        The exitCode.
      • getMessage

        String getMessage()
        string message = 3;
        Returns:
        The message.
      • getMessageBytes

        com.google.protobuf.ByteString getMessageBytes()
        string message = 3;
        Returns:
        The bytes for message.
      • getReason

        String getReason()
        string reason = 4;
        Returns:
        The reason.
      • getReasonBytes

        com.google.protobuf.ByteString getReasonBytes()
        string reason = 4;
        Returns:
        The bytes for reason.
      • getCauseValue

        int getCauseValue()
        .api.Cause cause = 5;
        Returns:
        The enum numeric value on the wire for cause.