public static final class Protos.ExecutorID.Builder extends <any> implements Protos.ExecutorIDOrBuilder
A framework-generated ID to distinguish an executor. Only one executor with the same ID can be active on the same slave at a time. However, reusing executor IDs is discouraged.Protobuf type
mesos.ExecutorID
Modifier and Type | Method and Description |
---|---|
Protos.ExecutorID.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) |
Protos.ExecutorID |
build() |
Protos.ExecutorID |
buildPartial() |
Protos.ExecutorID.Builder |
clear() |
Protos.ExecutorID.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
Protos.ExecutorID.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
Protos.ExecutorID.Builder |
clearValue()
required string value = 1; |
Protos.ExecutorID.Builder |
clone() |
Protos.ExecutorID |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
java.lang.String |
getValue()
required string value = 1; |
com.google.protobuf.ByteString |
getValueBytes()
required string value = 1; |
boolean |
hasValue()
required string value = 1; |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
Protos.ExecutorID.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Protos.ExecutorID.Builder |
mergeFrom(com.google.protobuf.Message other) |
Protos.ExecutorID.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
Protos.ExecutorID.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) |
Protos.ExecutorID.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
java.lang.Object value) |
Protos.ExecutorID.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
Protos.ExecutorID.Builder |
setValue(java.lang.String value)
required string value = 1; |
Protos.ExecutorID.Builder |
setValueBytes(com.google.protobuf.ByteString value)
required string value = 1; |
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
public Protos.ExecutorID.Builder clear()
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
public Protos.ExecutorID getDefaultInstanceForType()
public Protos.ExecutorID build()
public Protos.ExecutorID buildPartial()
public Protos.ExecutorID.Builder clone()
public Protos.ExecutorID.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
public Protos.ExecutorID.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
public Protos.ExecutorID.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
public Protos.ExecutorID.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value)
public Protos.ExecutorID.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
public Protos.ExecutorID.Builder mergeFrom(com.google.protobuf.Message other)
public final boolean isInitialized()
public Protos.ExecutorID.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public boolean hasValue()
required string value = 1;
hasValue
in interface Protos.ExecutorIDOrBuilder
public java.lang.String getValue()
required string value = 1;
getValue
in interface Protos.ExecutorIDOrBuilder
public com.google.protobuf.ByteString getValueBytes()
required string value = 1;
getValueBytes
in interface Protos.ExecutorIDOrBuilder
public Protos.ExecutorID.Builder setValue(java.lang.String value)
required string value = 1;
public Protos.ExecutorID.Builder clearValue()
required string value = 1;
public Protos.ExecutorID.Builder setValueBytes(com.google.protobuf.ByteString value)
required string value = 1;
public final Protos.ExecutorID.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
public final Protos.ExecutorID.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)