Module: Google::Cloud::PubSub::V1::Encoding
- Defined in:
- proto_docs/google/pubsub/v1/schema.rb
Overview
Possible encoding types for messages.
Constant Summary collapse
- ENCODING_UNSPECIFIED =
Unspecified
0
- JSON =
JSON encoding
1
- BINARY =
Binary encoding, as defined by the schema type. For some schema types, binary encoding may not be available.
2