public static final class Protos.ContainerID extends com.google.protobuf.GeneratedMessageV3 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 | Class and Description |
---|---|
static class |
Protos.ContainerID.Builder
ID used to uniquely identify a container.
|
Modifier and Type | Field and Description |
---|---|
static int |
PARENT_FIELD_NUMBER |
static <any> |
PARSER
Deprecated.
|
static int |
VALUE_FIELD_NUMBER |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
static Protos.ContainerID |
getDefaultInstance() |
Protos.ContainerID |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
Protos.ContainerID |
getParent()
optional .mesos.ContainerID parent = 2; |
Protos.ContainerIDOrBuilder |
getParentOrBuilder()
optional .mesos.ContainerID parent = 2; |
<any> |
getParserForType() |
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
java.lang.String |
getValue()
required string value = 1; |
com.google.protobuf.ByteString |
getValueBytes()
required string value = 1; |
int |
hashCode() |
boolean |
hasParent()
optional .mesos.ContainerID parent = 2; |
boolean |
hasValue()
required string value = 1; |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static Protos.ContainerID.Builder |
newBuilder() |
static Protos.ContainerID.Builder |
newBuilder(Protos.ContainerID prototype) |
Protos.ContainerID.Builder |
newBuilderForType() |
protected Protos.ContainerID.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
static Protos.ContainerID |
parseDelimitedFrom(java.io.InputStream input) |
static Protos.ContainerID |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Protos.ContainerID |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Protos.ContainerID |
parseFrom(java.nio.ByteBuffer data) |
static Protos.ContainerID |
parseFrom(java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Protos.ContainerID |
parseFrom(com.google.protobuf.ByteString data) |
static Protos.ContainerID |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Protos.ContainerID |
parseFrom(com.google.protobuf.CodedInputStream input) |
static Protos.ContainerID |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Protos.ContainerID |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static <any> |
parser() |
Protos.ContainerID.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
public static final int VALUE_FIELD_NUMBER
public static final int PARENT_FIELD_NUMBER
@Deprecated public static final <any> PARSER
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
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 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.ContainerIDOrBuilder getParentOrBuilder()
optional .mesos.ContainerID parent = 2;
getParentOrBuilder
in interface Protos.ContainerIDOrBuilder
public final boolean isInitialized()
public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException
java.io.IOException
public int getSerializedSize()
public boolean equals(java.lang.Object obj)
public int hashCode()
public static Protos.ContainerID parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Protos.ContainerID parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Protos.ContainerID parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Protos.ContainerID parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Protos.ContainerID parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Protos.ContainerID parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static Protos.ContainerID parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOException
public static Protos.ContainerID parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static Protos.ContainerID parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOException
public static Protos.ContainerID parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public Protos.ContainerID.Builder newBuilderForType()
public static Protos.ContainerID.Builder newBuilder()
public static Protos.ContainerID.Builder newBuilder(Protos.ContainerID prototype)
public Protos.ContainerID.Builder toBuilder()
protected Protos.ContainerID.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
public static Protos.ContainerID getDefaultInstance()
public static <any> parser()
public <any> getParserForType()
public Protos.ContainerID getDefaultInstanceForType()