public static final class Protos.CheckStatusInfo.Command.Builder extends <any> implements Protos.CheckStatusInfo.CommandOrBuilder
mesos.CheckStatusInfo.Command| Modifier and Type | Method and Description |
|---|---|
Protos.CheckStatusInfo.Command.Builder |
addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) |
Protos.CheckStatusInfo.Command |
build () |
Protos.CheckStatusInfo.Command |
buildPartial () |
Protos.CheckStatusInfo.Command.Builder |
clear () |
Protos.CheckStatusInfo.Command.Builder |
clearExitCode ()
Exit code of a command check.
|
Protos.CheckStatusInfo.Command.Builder |
clearField (com.google.protobuf.Descriptors.FieldDescriptor field) |
Protos.CheckStatusInfo.Command.Builder |
clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof) |
Protos.CheckStatusInfo.Command.Builder |
clone () |
Protos.CheckStatusInfo.Command |
getDefaultInstanceForType () |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor () |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType () |
int |
getExitCode ()
Exit code of a command check.
|
boolean |
hasExitCode ()
Exit code of a command check.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable () |
boolean |
isInitialized () |
Protos.CheckStatusInfo.Command.Builder |
mergeFrom (com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Protos.CheckStatusInfo.Command.Builder |
mergeFrom (com.google.protobuf.Message other) |
Protos.CheckStatusInfo.Command.Builder |
mergeUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields) |
Protos.CheckStatusInfo.Command.Builder |
setExitCode (int value)
Exit code of a command check.
|
Protos.CheckStatusInfo.Command.Builder |
setField (com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) |
Protos.CheckStatusInfo.Command.Builder |
setRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
java.lang.Object value) |
Protos.CheckStatusInfo.Command.Builder |
setUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields) |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
public Protos.CheckStatusInfo.Command.Builder clear()
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
public Protos.CheckStatusInfo.Command getDefaultInstanceForType()
public Protos.CheckStatusInfo.Command build()
public Protos.CheckStatusInfo.Command buildPartial()
public Protos.CheckStatusInfo.Command.Builder clone()
public Protos.CheckStatusInfo.Command.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
public Protos.CheckStatusInfo.Command.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
public Protos.CheckStatusInfo.Command.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
public Protos.CheckStatusInfo.Command.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value)
public Protos.CheckStatusInfo.Command.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
public Protos.CheckStatusInfo.Command.Builder mergeFrom(com.google.protobuf.Message other)
public final boolean isInitialized()
public Protos.CheckStatusInfo.Command.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic boolean hasExitCode()
Exit code of a command check. It is the result of calling `WEXITSTATUS()` on `waitpid()` termination information on Posix and calling `GetExitCodeProcess()` on Windows.
optional int32 exit_code = 1;hasExitCode in interface Protos.CheckStatusInfo.CommandOrBuilder public int getExitCode()
Exit code of a command check. It is the result of calling `WEXITSTATUS()` on `waitpid()` termination information on Posix and calling `GetExitCodeProcess()` on Windows.
optional int32 exit_code = 1;getExitCode in interface Protos.CheckStatusInfo.CommandOrBuilder public Protos.CheckStatusInfo.Command.Builder setExitCode(int value)
Exit code of a command check. It is the result of calling `WEXITSTATUS()` on `waitpid()` termination information on Posix and calling `GetExitCodeProcess()` on Windows.
optional int32 exit_code = 1;public Protos.CheckStatusInfo.Command.Builder clearExitCode()
Exit code of a command check. It is the result of calling `WEXITSTATUS()` on `waitpid()` termination information on Posix and calling `GetExitCodeProcess()` on Windows.
optional int32 exit_code = 1;public final Protos.CheckStatusInfo.Command.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
public final Protos.CheckStatusInfo.Command.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)