Reference documentation and code samples for the Service Usage V1 API module Google::Protobuf::Field::Kind.
Basic field types.
Constants
TYPE_UNKNOWN
value: 0
Field type unknown.
TYPE_DOUBLE
value: 1
Field type double.
TYPE_FLOAT
value: 2
Field type float.
TYPE_INT64
value: 3
Field type int64.
TYPE_UINT64
value: 4
Field type uint64.
TYPE_INT32
value: 5
Field type int32.
TYPE_FIXED64
value: 6
Field type fixed64.
TYPE_FIXED32
value: 7
Field type fixed32.
TYPE_BOOL
value: 8
Field type bool.
TYPE_STRING
value: 9
Field type string.
TYPE_GROUP
value: 10
Field type group. Proto2 syntax only, and deprecated.
TYPE_MESSAGE
value: 11
Field type message.
TYPE_BYTES
value: 12
Field type bytes.
TYPE_UINT32
value: 13
Field type uint32.
TYPE_ENUM
value: 14
Field type enum.
TYPE_SFIXED32
value: 15
Field type sfixed32.
TYPE_SFIXED64
value: 16
Field type sfixed64.
TYPE_SINT32
value: 17
Field type sint32.
TYPE_SINT64
value: 18
Field type sint64.