public static interface Protos.Image.AppcOrBuilder
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getId()
An image ID is a string of the format "hash-value", where
"hash" is the hash algorithm used and "value" is the hex
encoded string of the digest.
|
com.google.protobuf.ByteString |
getIdBytes()
An image ID is a string of the format "hash-value", where
"hash" is the hash algorithm used and "value" is the hex
encoded string of the digest.
|
Protos.Labels |
getLabels()
Optional labels.
|
Protos.LabelsOrBuilder |
getLabelsOrBuilder()
Optional labels.
|
java.lang.String |
getName()
The name of the image.
|
com.google.protobuf.ByteString |
getNameBytes()
The name of the image.
|
boolean |
hasId()
An image ID is a string of the format "hash-value", where
"hash" is the hash algorithm used and "value" is the hex
encoded string of the digest.
|
boolean |
hasLabels()
Optional labels.
|
boolean |
hasName()
The name of the image.
|
boolean hasName()
The name of the image.
required string name = 1;
java.lang.String getName()
The name of the image.
required string name = 1;
com.google.protobuf.ByteString getNameBytes()
The name of the image.
required string name = 1;
boolean hasId()
An image ID is a string of the format "hash-value", where "hash" is the hash algorithm used and "value" is the hex encoded string of the digest. Currently the only permitted hash algorithm is sha512.
optional string id = 2;
java.lang.String getId()
An image ID is a string of the format "hash-value", where "hash" is the hash algorithm used and "value" is the hex encoded string of the digest. Currently the only permitted hash algorithm is sha512.
optional string id = 2;
com.google.protobuf.ByteString getIdBytes()
An image ID is a string of the format "hash-value", where "hash" is the hash algorithm used and "value" is the hex encoded string of the digest. Currently the only permitted hash algorithm is sha512.
optional string id = 2;
boolean hasLabels()
Optional labels. Suggested labels: "version", "os", and "arch".
optional .mesos.Labels labels = 3;
Protos.Labels getLabels()
Optional labels. Suggested labels: "version", "os", and "arch".
optional .mesos.Labels labels = 3;
Protos.LabelsOrBuilder getLabelsOrBuilder()
Optional labels. Suggested labels: "version", "os", and "arch".
optional .mesos.Labels labels = 3;