public static final class Protos.OfferID.Builder extends <any> implements Protos.OfferIDOrBuilder
A unique ID assigned to an offer.Protobuf type
mesos.OfferID
Modifier and Type | Method and Description |
---|---|
Protos.OfferID.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) |
Protos.OfferID |
build() |
Protos.OfferID |
buildPartial() |
Protos.OfferID.Builder |
clear() |
Protos.OfferID.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
Protos.OfferID.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
Protos.OfferID.Builder |
clearValue()
required string value = 1; |
Protos.OfferID.Builder |
clone() |
Protos.OfferID |
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.OfferID.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Protos.OfferID.Builder |
mergeFrom(com.google.protobuf.Message other) |
Protos.OfferID.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
Protos.OfferID.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) |
Protos.OfferID.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
java.lang.Object value) |
Protos.OfferID.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
Protos.OfferID.Builder |
setValue(java.lang.String value)
required string value = 1; |
Protos.OfferID.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.OfferID.Builder clear()
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
public Protos.OfferID getDefaultInstanceForType()
public Protos.OfferID build()
public Protos.OfferID buildPartial()
public Protos.OfferID.Builder clone()
public Protos.OfferID.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
public Protos.OfferID.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
public Protos.OfferID.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
public Protos.OfferID.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value)
public Protos.OfferID.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
public Protos.OfferID.Builder mergeFrom(com.google.protobuf.Message other)
public final boolean isInitialized()
public Protos.OfferID.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.OfferIDOrBuilder
public java.lang.String getValue()
required string value = 1;
getValue
in interface Protos.OfferIDOrBuilder
public com.google.protobuf.ByteString getValueBytes()
required string value = 1;
getValueBytes
in interface Protos.OfferIDOrBuilder
public Protos.OfferID.Builder setValue(java.lang.String value)
required string value = 1;
public Protos.OfferID.Builder clearValue()
required string value = 1;
public Protos.OfferID.Builder setValueBytes(com.google.protobuf.ByteString value)
required string value = 1;
public final Protos.OfferID.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
public final Protos.OfferID.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)