public static final class Protos.ContainerID.Builder extends <any> implements Protos.ContainerIDOrBuilder
ID used to uniquely identify a container. If the `parent` is not specified, the ID is a UUID generated by the agent to uniquely identify the container of an executor run. If the `parent` field is specified, it represents a nested container.Protobuf type
mesos.ContainerID
Modifier and Type | Method and Description |
---|---|
Protos.ContainerID.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) |
Protos.ContainerID |
build() |
Protos.ContainerID |
buildPartial() |
Protos.ContainerID.Builder |
clear() |
Protos.ContainerID.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
Protos.ContainerID.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
Protos.ContainerID.Builder |
clearParent()
optional .mesos.ContainerID parent = 2; |
Protos.ContainerID.Builder |
clearValue()
required string value = 1; |
Protos.ContainerID.Builder |
clone() |
Protos.ContainerID |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
Protos.ContainerID |
getParent()
optional .mesos.ContainerID parent = 2; |
Protos.ContainerID.Builder |
getParentBuilder()
optional .mesos.ContainerID parent = 2; |
Protos.ContainerIDOrBuilder |
getParentOrBuilder()
optional .mesos.ContainerID parent = 2; |
java.lang.String |
getValue()
required string value = 1; |
com.google.protobuf.ByteString |
getValueBytes()
required string value = 1; |
boolean |
hasParent()
optional .mesos.ContainerID parent = 2; |
boolean |
hasValue()
required string value = 1; |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
Protos.ContainerID.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Protos.ContainerID.Builder |
mergeFrom(com.google.protobuf.Message other) |
Protos.ContainerID.Builder |
mergeParent(Protos.ContainerID value)
optional .mesos.ContainerID parent = 2; |
Protos.ContainerID.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
Protos.ContainerID.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) |
Protos.ContainerID.Builder |
setParent(Protos.ContainerID.Builder builderForValue)
optional .mesos.ContainerID parent = 2; |
Protos.ContainerID.Builder |
setParent(Protos.ContainerID value)
optional .mesos.ContainerID parent = 2; |
Protos.ContainerID.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
java.lang.Object value) |
Protos.ContainerID.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
Protos.ContainerID.Builder |
setValue(java.lang.String value)
required string value = 1; |
Protos.ContainerID.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.ContainerID.Builder clear()
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
public Protos.ContainerID getDefaultInstanceForType()
public Protos.ContainerID build()
public Protos.ContainerID buildPartial()
public Protos.ContainerID.Builder clone()
public Protos.ContainerID.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
public Protos.ContainerID.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
public Protos.ContainerID.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
public Protos.ContainerID.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value)
public Protos.ContainerID.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
public Protos.ContainerID.Builder mergeFrom(com.google.protobuf.Message other)
public final boolean isInitialized()
public Protos.ContainerID.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.ContainerIDOrBuilder
public java.lang.String getValue()
required string value = 1;
getValue
in interface Protos.ContainerIDOrBuilder
public com.google.protobuf.ByteString getValueBytes()
required string value = 1;
getValueBytes
in interface Protos.ContainerIDOrBuilder
public Protos.ContainerID.Builder setValue(java.lang.String value)
required string value = 1;
public Protos.ContainerID.Builder clearValue()
required string value = 1;
public Protos.ContainerID.Builder setValueBytes(com.google.protobuf.ByteString value)
required string value = 1;
public boolean hasParent()
optional .mesos.ContainerID parent = 2;
hasParent
in interface Protos.ContainerIDOrBuilder
public Protos.ContainerID getParent()
optional .mesos.ContainerID parent = 2;
getParent
in interface Protos.ContainerIDOrBuilder
public Protos.ContainerID.Builder setParent(Protos.ContainerID value)
optional .mesos.ContainerID parent = 2;
public Protos.ContainerID.Builder setParent(Protos.ContainerID.Builder builderForValue)
optional .mesos.ContainerID parent = 2;
public Protos.ContainerID.Builder mergeParent(Protos.ContainerID value)
optional .mesos.ContainerID parent = 2;
public Protos.ContainerID.Builder clearParent()
optional .mesos.ContainerID parent = 2;
public Protos.ContainerID.Builder getParentBuilder()
optional .mesos.ContainerID parent = 2;
public Protos.ContainerIDOrBuilder getParentOrBuilder()
optional .mesos.ContainerID parent = 2;
getParentOrBuilder
in interface Protos.ContainerIDOrBuilder
public final Protos.ContainerID.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
public final Protos.ContainerID.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)