Class: Google::Cloud::PubSub::V1::SchemaSettings
- Inherits:
-
Object
- Object
- Google::Cloud::PubSub::V1::SchemaSettings
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/pubsub/v1/pubsub.rb
Overview
Settings for validating messages published against a schema.
Instance Attribute Summary collapse
-
#encoding ⇒ ::Google::Cloud::PubSub::V1::Encoding
Optional.
-
#first_revision_id ⇒ ::String
Optional.
-
#last_revision_id ⇒ ::String
Optional.
-
#schema ⇒ ::String
Required.
Instance Attribute Details
#encoding ⇒ ::Google::Cloud::PubSub::V1::Encoding
65 66 67 68 |
# File 'proto_docs/google/pubsub/v1/pubsub.rb', line 65 class SchemaSettings include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#first_revision_id ⇒ ::String
65 66 67 68 |
# File 'proto_docs/google/pubsub/v1/pubsub.rb', line 65 class SchemaSettings include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#last_revision_id ⇒ ::String
65 66 67 68 |
# File 'proto_docs/google/pubsub/v1/pubsub.rb', line 65 class SchemaSettings include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#schema ⇒ ::String
65 66 67 68 |
# File 'proto_docs/google/pubsub/v1/pubsub.rb', line 65 class SchemaSettings include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |