Package api
Interface EventOuterClass.ContainerStatusOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
EventOuterClass.ContainerStatus,EventOuterClass.ContainerStatus.Builder
- Enclosing class:
- EventOuterClass
public static interface EventOuterClass.ContainerStatusOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EventOuterClass.CausegetCause().api.Cause cause = 5;intgetCauseValue().api.Cause cause = 5;intgetExitCode()int32 exitCode = 2;StringgetMessage()string message = 3;com.google.protobuf.ByteStringgetMessageBytes()string message = 3;StringgetName()string name = 1;com.google.protobuf.ByteStringgetNameBytes()string name = 1;StringgetReason()string reason = 4;com.google.protobuf.ByteStringgetReasonBytes()string reason = 4;-
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.
-
getCause
EventOuterClass.Cause getCause()
.api.Cause cause = 5;- Returns:
- The cause.
-
-