public static final class Protos.CheckInfo.Command.Builder extends <any> implements Protos.CheckInfo.CommandOrBuilder
Describes a command check. If applicable, enters mount and/or network namespaces of the task.Protobuf type
mesos.CheckInfo.Command| Modifier and Type | Method and Description |
|---|---|
Protos.CheckInfo.Command.Builder |
addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) |
Protos.CheckInfo.Command |
build () |
Protos.CheckInfo.Command |
buildPartial () |
Protos.CheckInfo.Command.Builder |
clear () |
Protos.CheckInfo.Command.Builder |
clearCommand ()
required .mesos.CommandInfo command = 1; |
Protos.CheckInfo.Command.Builder |
clearField (com.google.protobuf.Descriptors.FieldDescriptor field) |
Protos.CheckInfo.Command.Builder |
clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof) |
Protos.CheckInfo.Command.Builder |
clone () |
Protos.CommandInfo |
getCommand ()
required .mesos.CommandInfo command = 1; |
Protos.CommandInfo.Builder |
getCommandBuilder ()
required .mesos.CommandInfo command = 1; |
Protos.CommandInfoOrBuilder |
getCommandOrBuilder ()
required .mesos.CommandInfo command = 1; |
Protos.CheckInfo.Command |
getDefaultInstanceForType () |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor () |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType () |
boolean |
hasCommand ()
required .mesos.CommandInfo command = 1; |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable () |
boolean |
isInitialized () |
Protos.CheckInfo.Command.Builder |
mergeCommand (Protos.CommandInfo value)
required .mesos.CommandInfo command = 1; |
Protos.CheckInfo.Command.Builder |
mergeFrom (com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Protos.CheckInfo.Command.Builder |
mergeFrom (com.google.protobuf.Message other) |
Protos.CheckInfo.Command.Builder |
mergeUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields) |
Protos.CheckInfo.Command.Builder |
setCommand (Protos.CommandInfo.Builder builderForValue)
required .mesos.CommandInfo command = 1; |
Protos.CheckInfo.Command.Builder |
setCommand (Protos.CommandInfo value)
required .mesos.CommandInfo command = 1; |
Protos.CheckInfo.Command.Builder |
setField (com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) |
Protos.CheckInfo.Command.Builder |
setRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
java.lang.Object value) |
Protos.CheckInfo.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.CheckInfo.Command.Builder clear()
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
public Protos.CheckInfo.Command getDefaultInstanceForType()
public Protos.CheckInfo.Command build()
public Protos.CheckInfo.Command buildPartial()
public Protos.CheckInfo.Command.Builder clone()
public Protos.CheckInfo.Command.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
public Protos.CheckInfo.Command.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
public Protos.CheckInfo.Command.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
public Protos.CheckInfo.Command.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value)
public Protos.CheckInfo.Command.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
public Protos.CheckInfo.Command.Builder mergeFrom(com.google.protobuf.Message other)
public final boolean isInitialized()
public Protos.CheckInfo.Command.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic boolean hasCommand()
required .mesos.CommandInfo command = 1;hasCommand in interface Protos.CheckInfo.CommandOrBuilder public Protos.CommandInfo getCommand()
required .mesos.CommandInfo command = 1;getCommand in interface Protos.CheckInfo.CommandOrBuilder public Protos.CheckInfo.Command.Builder setCommand(Protos.CommandInfo value)
required .mesos.CommandInfo command = 1;public Protos.CheckInfo.Command.Builder setCommand(Protos.CommandInfo.Builder builderForValue)
required .mesos.CommandInfo command = 1;public Protos.CheckInfo.Command.Builder mergeCommand(Protos.CommandInfo value)
required .mesos.CommandInfo command = 1;public Protos.CheckInfo.Command.Builder clearCommand()
required .mesos.CommandInfo command = 1;public Protos.CommandInfo.Builder getCommandBuilder()
required .mesos.CommandInfo command = 1;public Protos.CommandInfoOrBuilder getCommandOrBuilder()
required .mesos.CommandInfo command = 1;getCommandOrBuilder in interface Protos.CheckInfo.CommandOrBuilder public final Protos.CheckInfo.Command.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
public final Protos.CheckInfo.Command.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)