| Package | Description |
|---|---|
| cn.leancloud.play.proto |
| Modifier and Type | Method and Description |
|---|---|
static GenericCollectionValue.Type |
GenericCollectionValue.Type.forNumber(int value) |
GenericCollectionValue.Type |
GenericCollectionValue.getType()
optional .cn.leancloud.play.proto.GenericCollectionValue.Type type = 1; |
GenericCollectionValue.Type |
GenericCollectionValue.Builder.getType()
optional .cn.leancloud.play.proto.GenericCollectionValue.Type type = 1; |
GenericCollectionValue.Type |
GenericCollectionValueOrBuilder.getType()
optional .cn.leancloud.play.proto.GenericCollectionValue.Type type = 1; |
static GenericCollectionValue.Type |
GenericCollectionValue.Type.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static GenericCollectionValue.Type |
GenericCollectionValue.Type.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static GenericCollectionValue.Type |
GenericCollectionValue.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GenericCollectionValue.Type[] |
GenericCollectionValue.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.protobuf.Internal.EnumLiteMap<GenericCollectionValue.Type> |
GenericCollectionValue.Type.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
GenericCollectionValue.Builder |
GenericCollectionValue.Builder.setType(GenericCollectionValue.Type value)
optional .cn.leancloud.play.proto.GenericCollectionValue.Type type = 1; |
Copyright © 2019 LeanCloud. All rights reserved.