Class: Google::Cloud::PubSub::V1::ValidateSchemaRequest
- Inherits:
-
Object
- Object
- Google::Cloud::PubSub::V1::ValidateSchemaRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/pubsub/v1/schema.rb
Overview
Request for the ValidateSchema
method.
Instance Attribute Summary collapse
-
#parent ⇒ ::String
Required.
-
#schema ⇒ ::Google::Cloud::PubSub::V1::Schema
Required.
Instance Attribute Details
#parent ⇒ ::String
Returns Required. The name of the project in which to validate schemas.
Format is projects/{project-id}
.
232 233 234 235 |
# File 'proto_docs/google/pubsub/v1/schema.rb', line 232 class ValidateSchemaRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#schema ⇒ ::Google::Cloud::PubSub::V1::Schema
Returns Required. The schema object to validate.
232 233 234 235 |
# File 'proto_docs/google/pubsub/v1/schema.rb', line 232 class ValidateSchemaRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |