Class: Google::Cloud::PubSub::V1::DeleteSchemaRequest
- Inherits:
-
Object
- Object
- Google::Cloud::PubSub::V1::DeleteSchemaRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/pubsub/v1/schema.rb
Overview
Request for the DeleteSchema
method.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. Name of the schema to delete.
Format is projects/{project}/schemas/{schema}
.
219 220 221 222 |
# File 'proto_docs/google/pubsub/v1/schema.rb', line 219 class DeleteSchemaRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |