public static final class Protos.Value.Set extends com.google.protobuf.GeneratedMessageV3 implements Protos.Value.SetOrBuilder
mesos.Value.Set
Modifier and Type | Class and Description |
---|---|
static class |
Protos.Value.Set.Builder
Protobuf type
mesos.Value.Set |
Modifier and Type | Field and Description |
---|---|
static int |
ITEM_FIELD_NUMBER |
static <any> |
PARSER
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
static Protos.Value.Set |
getDefaultInstance() |
Protos.Value.Set |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
java.lang.String |
getItem(int index)
repeated string item = 1; |
com.google.protobuf.ByteString |
getItemBytes(int index)
repeated string item = 1; |
int |
getItemCount()
repeated string item = 1; |
com.google.protobuf.ProtocolStringList |
getItemList()
repeated string item = 1; |
<any> |
getParserForType() |
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
int |
hashCode() |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static Protos.Value.Set.Builder |
newBuilder() |
static Protos.Value.Set.Builder |
newBuilder(Protos.Value.Set prototype) |
Protos.Value.Set.Builder |
newBuilderForType() |
protected Protos.Value.Set.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
static Protos.Value.Set |
parseDelimitedFrom(java.io.InputStream input) |
static Protos.Value.Set |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Protos.Value.Set |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Protos.Value.Set |
parseFrom(java.nio.ByteBuffer data) |
static Protos.Value.Set |
parseFrom(java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Protos.Value.Set |
parseFrom(com.google.protobuf.ByteString data) |
static Protos.Value.Set |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Protos.Value.Set |
parseFrom(com.google.protobuf.CodedInputStream input) |
static Protos.Value.Set |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Protos.Value.Set |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static <any> |
parser() |
Protos.Value.Set.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
public static final int ITEM_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 com.google.protobuf.ProtocolStringList getItemList()
repeated string item = 1;
getItemList
in interface Protos.Value.SetOrBuilder
public int getItemCount()
repeated string item = 1;
getItemCount
in interface Protos.Value.SetOrBuilder
public java.lang.String getItem(int index)
repeated string item = 1;
getItem
in interface Protos.Value.SetOrBuilder
public com.google.protobuf.ByteString getItemBytes(int index)
repeated string item = 1;
getItemBytes
in interface Protos.Value.SetOrBuilder
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.Value.Set parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Protos.Value.Set parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Protos.Value.Set parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Protos.Value.Set parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Protos.Value.Set parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Protos.Value.Set parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static Protos.Value.Set parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOException
public static Protos.Value.Set parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static Protos.Value.Set parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOException
public static Protos.Value.Set parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public Protos.Value.Set.Builder newBuilderForType()
public static Protos.Value.Set.Builder newBuilder()
public static Protos.Value.Set.Builder newBuilder(Protos.Value.Set prototype)
public Protos.Value.Set.Builder toBuilder()
protected Protos.Value.Set.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
public static Protos.Value.Set getDefaultInstance()
public static <any> parser()
public <any> getParserForType()
public Protos.Value.Set getDefaultInstanceForType()