Interface DockerProto.DockerContainerResultOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DockerProto.DockerContainerResult,DockerProto.DockerContainerResult.Builder
- Enclosing class:
DockerProto
public static interface DockerProto.DockerContainerResultOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 status = 1;string stderr = 3;com.google.protobuf.ByteStringstring stderr = 3;string stdout = 2;com.google.protobuf.ByteStringstring stdout = 2;booleanuint32 status = 1;booleanstring stderr = 3;booleanstring stdout = 2;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasStatus
boolean hasStatus()uint32 status = 1;- Returns:
- Whether the status field is set.
-
getStatus
int getStatus()uint32 status = 1;- Returns:
- The status.
-
hasStdout
boolean hasStdout()string stdout = 2;- Returns:
- Whether the stdout field is set.
-
getStdout
String getStdout()string stdout = 2;- Returns:
- The stdout.
-
getStdoutBytes
com.google.protobuf.ByteString getStdoutBytes()string stdout = 2;- Returns:
- The bytes for stdout.
-
hasStderr
boolean hasStderr()string stderr = 3;- Returns:
- Whether the stderr field is set.
-
getStderr
String getStderr()string stderr = 3;- Returns:
- The stderr.
-
getStderrBytes
com.google.protobuf.ByteString getStderrBytes()string stderr = 3;- Returns:
- The bytes for stderr.
-
getResultCase
DockerProto.DockerContainerResult.ResultCase getResultCase()
-