Kind
class Kind (View source)
Basic field types.
Protobuf type google.protobuf.Field.Kind
Constants
TYPE_UNKNOWN |
Field type unknown. Generated from protobuf enum |
TYPE_DOUBLE |
Field type double. Generated from protobuf enum |
TYPE_FLOAT |
Field type float. Generated from protobuf enum |
TYPE_INT64 |
Field type int64. Generated from protobuf enum |
TYPE_UINT64 |
Field type uint64. Generated from protobuf enum |
TYPE_INT32 |
Field type int32. Generated from protobuf enum |
TYPE_FIXED64 |
Field type fixed64. Generated from protobuf enum |
TYPE_FIXED32 |
Field type fixed32. Generated from protobuf enum |
TYPE_BOOL |
Field type bool. Generated from protobuf enum |
TYPE_STRING |
Field type string. Generated from protobuf enum |
TYPE_GROUP |
Field type group. Proto2 syntax only, and deprecated. Generated from protobuf enum |
TYPE_MESSAGE |
Field type message. Generated from protobuf enum |
TYPE_BYTES |
Field type bytes. Generated from protobuf enum |
TYPE_UINT32 |
Field type uint32. Generated from protobuf enum |
TYPE_ENUM |
Field type enum. Generated from protobuf enum |
TYPE_SFIXED32 |
Field type sfixed32. Generated from protobuf enum |
TYPE_SFIXED64 |
Field type sfixed64. Generated from protobuf enum |
TYPE_SINT32 |
Field type sint32. Generated from protobuf enum |
TYPE_SINT64 |
Field type sint64. Generated from protobuf enum |
Methods
Details
static
name($value)
No description
static
value($name)
No description