public static final class Protos.CheckStatusInfo.Command.Builder extends com.google.protobuf.GeneratedMessage.Builder<Protos.CheckStatusInfo.Command.Builder> implements Protos.CheckStatusInfo.CommandOrBuilder
mesos.v1.CheckStatusInfo.Command
addRepeatedField, clearField, clearOneof, getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, isClean, markClean, mergeUnknownFields, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFields
findInitializationErrors, getInitializationErrorString, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
addAll, newUninitializedMessageException
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.google.protobuf.GeneratedMessage.Builder<Protos.CheckStatusInfo.Command.Builder>
public Protos.CheckStatusInfo.Command.Builder clear()
clear
in interface com.google.protobuf.Message.Builder
clear
in interface com.google.protobuf.MessageLite.Builder
clear
in class com.google.protobuf.GeneratedMessage.Builder<Protos.CheckStatusInfo.Command.Builder>
public Protos.CheckStatusInfo.Command.Builder clone()
clone
in interface com.google.protobuf.Message.Builder
clone
in interface com.google.protobuf.MessageLite.Builder
clone
in class com.google.protobuf.GeneratedMessage.Builder<Protos.CheckStatusInfo.Command.Builder>
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType
in interface com.google.protobuf.Message.Builder
getDescriptorForType
in interface com.google.protobuf.MessageOrBuilder
getDescriptorForType
in class com.google.protobuf.GeneratedMessage.Builder<Protos.CheckStatusInfo.Command.Builder>
public Protos.CheckStatusInfo.Command getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public Protos.CheckStatusInfo.Command build()
build
in interface com.google.protobuf.Message.Builder
build
in interface com.google.protobuf.MessageLite.Builder
public Protos.CheckStatusInfo.Command buildPartial()
buildPartial
in interface com.google.protobuf.Message.Builder
buildPartial
in interface com.google.protobuf.MessageLite.Builder
public Protos.CheckStatusInfo.Command.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<Protos.CheckStatusInfo.Command.Builder>
public Protos.CheckStatusInfo.Command.Builder mergeFrom(Protos.CheckStatusInfo.Command other)
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessage.Builder<Protos.CheckStatusInfo.Command.Builder>
public Protos.CheckStatusInfo.Command.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
in interface com.google.protobuf.MessageLite.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<Protos.CheckStatusInfo.Command.Builder>
IOException
public boolean hasExitCode()
optional int32 exit_code = 1;
Exit code of a command check. It is the result of calling `WEXITSTATUS()` on `waitpid()` termination information on Posix and calling `GetExitCodeProcess()` on Windows.
hasExitCode
in interface Protos.CheckStatusInfo.CommandOrBuilder
public int getExitCode()
optional int32 exit_code = 1;
Exit code of a command check. It is the result of calling `WEXITSTATUS()` on `waitpid()` termination information on Posix and calling `GetExitCodeProcess()` on Windows.
getExitCode
in interface Protos.CheckStatusInfo.CommandOrBuilder
public Protos.CheckStatusInfo.Command.Builder setExitCode(int value)
optional int32 exit_code = 1;
Exit code of a command check. It is the result of calling `WEXITSTATUS()` on `waitpid()` termination information on Posix and calling `GetExitCodeProcess()` on Windows.
public Protos.CheckStatusInfo.Command.Builder clearExitCode()
optional int32 exit_code = 1;
Exit code of a command check. It is the result of calling `WEXITSTATUS()` on `waitpid()` termination information on Posix and calling `GetExitCodeProcess()` on Windows.
Copyright © 2017 The Apache Software Foundation. All Rights Reserved.