Class Proto (2.32.0)

Proto(mapping=None, *, ignore_unknown_fields=False, **kwargs)

A protobuf message type. Values of type Proto are stored in Value.bytes_value.

Attributes

Name Description
schema_bundle_id str
The ID of the schema bundle that this proto is defined in.
message_name str
The fully qualified name of the protobuf message, including package. In the format of "foo.bar.Message".