◆ ValueOneofCase
Enum of possible cases for the "value" oneof.
Enumerator |
---|
None | |
IntValue | |
LongIntValue | |
BoolValue | |
StringValue | |
BytesValue | |
FloatValue | |
DoubleValue | |
◆ GenericCollectionValue() [1/2]
LeanCloud.Play.Protocol.GenericCollectionValue.GenericCollectionValue |
( |
| ) |
|
|
inline |
◆ GenericCollectionValue() [2/2]
◆ CalculateSize()
int LeanCloud.Play.Protocol.GenericCollectionValue.CalculateSize |
( |
| ) |
|
|
inline |
◆ ClearValue()
void LeanCloud.Play.Protocol.GenericCollectionValue.ClearValue |
( |
| ) |
|
|
inline |
◆ Clone()
◆ Equals() [1/2]
◆ Equals() [2/2]
override bool LeanCloud.Play.Protocol.GenericCollectionValue.Equals |
( |
object |
other | ) |
|
|
inline |
◆ GetHashCode()
override int LeanCloud.Play.Protocol.GenericCollectionValue.GetHashCode |
( |
| ) |
|
|
inline |
◆ MergeFrom() [1/2]
◆ MergeFrom() [2/2]
void LeanCloud.Play.Protocol.GenericCollectionValue.MergeFrom |
( |
pb::CodedInputStream |
input | ) |
|
|
inline |
◆ ToString()
override string LeanCloud.Play.Protocol.GenericCollectionValue.ToString |
( |
| ) |
|
|
inline |
◆ WriteTo()
void LeanCloud.Play.Protocol.GenericCollectionValue.WriteTo |
( |
pb::CodedOutputStream |
output | ) |
|
|
inline |
◆ BoolValueFieldNumber
const int LeanCloud.Play.Protocol.GenericCollectionValue.BoolValueFieldNumber = 4 |
|
static |
Field number for the "bool_value" field.
◆ BytesValueFieldNumber
const int LeanCloud.Play.Protocol.GenericCollectionValue.BytesValueFieldNumber = 6 |
|
static |
Field number for the "bytes_value" field.
◆ DoubleValueFieldNumber
const int LeanCloud.Play.Protocol.GenericCollectionValue.DoubleValueFieldNumber = 8 |
|
static |
Field number for the "double_value" field.
◆ FloatValueFieldNumber
const int LeanCloud.Play.Protocol.GenericCollectionValue.FloatValueFieldNumber = 7 |
|
static |
Field number for the "float_value" field.
◆ IntValueFieldNumber
const int LeanCloud.Play.Protocol.GenericCollectionValue.IntValueFieldNumber = 2 |
|
static |
Field number for the "int_value" field.
◆ LongIntValueFieldNumber
const int LeanCloud.Play.Protocol.GenericCollectionValue.LongIntValueFieldNumber = 3 |
|
static |
Field number for the "long_int_value" field.
◆ ObjectTypeIdFieldNumber
const int LeanCloud.Play.Protocol.GenericCollectionValue.ObjectTypeIdFieldNumber = 9 |
|
static |
Field number for the "object_type_id" field.
◆ StringValueFieldNumber
const int LeanCloud.Play.Protocol.GenericCollectionValue.StringValueFieldNumber = 5 |
|
static |
Field number for the "string_value" field.
◆ TypeFieldNumber
const int LeanCloud.Play.Protocol.GenericCollectionValue.TypeFieldNumber = 1 |
|
static |
Field number for the "type" field.
◆ BoolValue
bool? LeanCloud.Play.Protocol.GenericCollectionValue.BoolValue |
|
getset |
◆ BytesValue
pb.ByteString? LeanCloud.Play.Protocol.GenericCollectionValue.BytesValue |
|
getset |
◆ Descriptor
pbr.MessageDescriptor LeanCloud.Play.Protocol.GenericCollectionValue.Descriptor |
|
staticget |
◆ DoubleValue
double? LeanCloud.Play.Protocol.GenericCollectionValue.DoubleValue |
|
getset |
◆ FloatValue
float? LeanCloud.Play.Protocol.GenericCollectionValue.FloatValue |
|
getset |
◆ IntValue
int? LeanCloud.Play.Protocol.GenericCollectionValue.IntValue |
|
getset |
◆ LongIntValue
long? LeanCloud.Play.Protocol.GenericCollectionValue.LongIntValue |
|
getset |
◆ ObjectTypeId
int LeanCloud.Play.Protocol.GenericCollectionValue.ObjectTypeId |
|
getset |
◆ Parser
◆ StringValue
string? LeanCloud.Play.Protocol.GenericCollectionValue.StringValue |
|
getset |
◆ Type
global.LeanCloud.Play.Protocol.GenericCollectionValue.Types.Type LeanCloud.Play.Protocol.GenericCollectionValue.Type |
|
getset |
◆ ValueCase
ValueOneofCase LeanCloud.Play.Protocol.GenericCollectionValue.ValueCase |
|
get |
The documentation for this class was generated from the following file: