| Package | Description |
|---|---|
| com.adgear.anoa.test.nested |
| Modifier and Type | Method and Description |
|---|---|
static NestedProtobuf.Enum |
NestedProtobuf.Enum.forNumber(int value) |
NestedProtobuf.Enum |
Enum.Protobuf.get() |
NestedProtobuf.Enum |
NestedProtobuf.NestedOrBuilder.getEnumField()
optional .com.adgear.anoa.test.nested.Enum enum_field = 1; |
NestedProtobuf.Enum |
NestedProtobuf.Nested.getEnumField()
optional .com.adgear.anoa.test.nested.Enum enum_field = 1; |
NestedProtobuf.Enum |
NestedProtobuf.Nested.Builder.getEnumField()
optional .com.adgear.anoa.test.nested.Enum enum_field = 1; |
NestedProtobuf.Enum |
NestedProtobuf.NestedOrBuilder.getEnumListField(int index)
repeated .com.adgear.anoa.test.nested.Enum enum_list_field = 3; |
NestedProtobuf.Enum |
NestedProtobuf.Nested.getEnumListField(int index)
repeated .com.adgear.anoa.test.nested.Enum enum_list_field = 3; |
NestedProtobuf.Enum |
NestedProtobuf.Nested.Builder.getEnumListField(int index)
repeated .com.adgear.anoa.test.nested.Enum enum_list_field = 3; |
NestedProtobuf.Enum |
NestedProtobuf.NestedOrBuilder.getEnumMapFieldOrDefault(String key,
NestedProtobuf.Enum defaultValue)
map<string, .com.adgear.anoa.test.nested.Enum> enum_map_field = 7; |
NestedProtobuf.Enum |
NestedProtobuf.Nested.getEnumMapFieldOrDefault(String key,
NestedProtobuf.Enum defaultValue)
map<string, .com.adgear.anoa.test.nested.Enum> enum_map_field = 7; |
NestedProtobuf.Enum |
NestedProtobuf.Nested.Builder.getEnumMapFieldOrDefault(String key,
NestedProtobuf.Enum defaultValue)
map<string, .com.adgear.anoa.test.nested.Enum> enum_map_field = 7; |
NestedProtobuf.Enum |
NestedProtobuf.NestedOrBuilder.getEnumMapFieldOrThrow(String key)
map<string, .com.adgear.anoa.test.nested.Enum> enum_map_field = 7; |
NestedProtobuf.Enum |
NestedProtobuf.Nested.getEnumMapFieldOrThrow(String key)
map<string, .com.adgear.anoa.test.nested.Enum> enum_map_field = 7; |
NestedProtobuf.Enum |
NestedProtobuf.Nested.Builder.getEnumMapFieldOrThrow(String key)
map<string, .com.adgear.anoa.test.nested.Enum> enum_map_field = 7; |
NestedProtobuf.Enum |
NestedProtobuf.NestedOrBuilder.getEnumSetField(int index)
repeated .com.adgear.anoa.test.nested.Enum enum_set_field = 5; |
NestedProtobuf.Enum |
NestedProtobuf.Nested.getEnumSetField(int index)
repeated .com.adgear.anoa.test.nested.Enum enum_set_field = 5; |
NestedProtobuf.Enum |
NestedProtobuf.Nested.Builder.getEnumSetField(int index)
repeated .com.adgear.anoa.test.nested.Enum enum_set_field = 5; |
static NestedProtobuf.Enum |
NestedProtobuf.Enum.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static NestedProtobuf.Enum |
NestedProtobuf.Enum.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static NestedProtobuf.Enum |
NestedProtobuf.Enum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NestedProtobuf.Enum[] |
NestedProtobuf.Enum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
List<NestedProtobuf.Enum> |
NestedProtobuf.NestedOrBuilder.getEnumListFieldList()
repeated .com.adgear.anoa.test.nested.Enum enum_list_field = 3; |
List<NestedProtobuf.Enum> |
NestedProtobuf.Nested.getEnumListFieldList()
repeated .com.adgear.anoa.test.nested.Enum enum_list_field = 3; |
List<NestedProtobuf.Enum> |
NestedProtobuf.Nested.Builder.getEnumListFieldList()
repeated .com.adgear.anoa.test.nested.Enum enum_list_field = 3; |
Map<String,NestedProtobuf.Enum> |
NestedProtobuf.NestedOrBuilder.getEnumMapField()
Deprecated.
|
Map<String,NestedProtobuf.Enum> |
NestedProtobuf.Nested.getEnumMapField()
Deprecated.
|
Map<String,NestedProtobuf.Enum> |
NestedProtobuf.Nested.Builder.getEnumMapField()
Deprecated.
|
Map<String,NestedProtobuf.Enum> |
NestedProtobuf.NestedOrBuilder.getEnumMapFieldMap()
map<string, .com.adgear.anoa.test.nested.Enum> enum_map_field = 7; |
Map<String,NestedProtobuf.Enum> |
NestedProtobuf.Nested.getEnumMapFieldMap()
map<string, .com.adgear.anoa.test.nested.Enum> enum_map_field = 7; |
Map<String,NestedProtobuf.Enum> |
NestedProtobuf.Nested.Builder.getEnumMapFieldMap()
map<string, .com.adgear.anoa.test.nested.Enum> enum_map_field = 7; |
List<NestedProtobuf.Enum> |
NestedProtobuf.NestedOrBuilder.getEnumSetFieldList()
repeated .com.adgear.anoa.test.nested.Enum enum_set_field = 5; |
List<NestedProtobuf.Enum> |
NestedProtobuf.Nested.getEnumSetFieldList()
repeated .com.adgear.anoa.test.nested.Enum enum_set_field = 5; |
List<NestedProtobuf.Enum> |
NestedProtobuf.Nested.Builder.getEnumSetFieldList()
repeated .com.adgear.anoa.test.nested.Enum enum_set_field = 5; |
Map<String,NestedProtobuf.Enum> |
NestedProtobuf.Nested.Builder.getMutableEnumMapField()
Deprecated.
|
static Class<NestedProtobuf.Enum> |
Enum.getProtobufClass()
Returns Protobuf class for this enum.
|
static com.google.protobuf.Internal.EnumLiteMap<NestedProtobuf.Enum> |
NestedProtobuf.Enum.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
NestedProtobuf.Nested.Builder |
NestedProtobuf.Nested.Builder.addEnumListField(NestedProtobuf.Enum value)
repeated .com.adgear.anoa.test.nested.Enum enum_list_field = 3; |
NestedProtobuf.Nested.Builder |
NestedProtobuf.Nested.Builder.addEnumSetField(NestedProtobuf.Enum value)
repeated .com.adgear.anoa.test.nested.Enum enum_set_field = 5; |
NestedProtobuf.Enum |
NestedProtobuf.NestedOrBuilder.getEnumMapFieldOrDefault(String key,
NestedProtobuf.Enum defaultValue)
map<string, .com.adgear.anoa.test.nested.Enum> enum_map_field = 7; |
NestedProtobuf.Enum |
NestedProtobuf.Nested.getEnumMapFieldOrDefault(String key,
NestedProtobuf.Enum defaultValue)
map<string, .com.adgear.anoa.test.nested.Enum> enum_map_field = 7; |
NestedProtobuf.Enum |
NestedProtobuf.Nested.Builder.getEnumMapFieldOrDefault(String key,
NestedProtobuf.Enum defaultValue)
map<string, .com.adgear.anoa.test.nested.Enum> enum_map_field = 7; |
static Enum.Protobuf |
Enum.protobuf(NestedProtobuf.Enum instance)
Returns enum instance for the given Protobuf enum.
|
NestedProtobuf.Nested.Builder |
NestedProtobuf.Nested.Builder.putEnumMapField(String key,
NestedProtobuf.Enum value)
map<string, .com.adgear.anoa.test.nested.Enum> enum_map_field = 7; |
NestedProtobuf.Nested.Builder |
NestedProtobuf.Nested.Builder.setEnumField(NestedProtobuf.Enum value)
optional .com.adgear.anoa.test.nested.Enum enum_field = 1; |
NestedProtobuf.Nested.Builder |
NestedProtobuf.Nested.Builder.setEnumListField(int index,
NestedProtobuf.Enum value)
repeated .com.adgear.anoa.test.nested.Enum enum_list_field = 3; |
NestedProtobuf.Nested.Builder |
NestedProtobuf.Nested.Builder.setEnumSetField(int index,
NestedProtobuf.Enum value)
repeated .com.adgear.anoa.test.nested.Enum enum_set_field = 5; |
| Modifier and Type | Method and Description |
|---|---|
NestedProtobuf.Nested.Builder |
NestedProtobuf.Nested.Builder.addAllEnumListField(Iterable<? extends NestedProtobuf.Enum> values)
repeated .com.adgear.anoa.test.nested.Enum enum_list_field = 3; |
NestedProtobuf.Nested.Builder |
NestedProtobuf.Nested.Builder.addAllEnumSetField(Iterable<? extends NestedProtobuf.Enum> values)
repeated .com.adgear.anoa.test.nested.Enum enum_set_field = 5; |
NestedProtobuf.Nested.Builder |
NestedProtobuf.Nested.Builder.putAllEnumMapField(Map<String,NestedProtobuf.Enum> values)
map<string, .com.adgear.anoa.test.nested.Enum> enum_map_field = 7; |
Copyright © 2013–2016 AdGear Technologies Inc.. All rights reserved.