Class: Google::Cloud::PubSub::V1::DeleteSchemaRevisionRequest
- Inherits:
-
Object
- Object
- Google::Cloud::PubSub::V1::DeleteSchemaRevisionRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/pubsub/v1/schema.rb
Overview
Request for the DeleteSchemaRevision method.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
-
#revision_id ⇒ ::String
Optional.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The name of the schema revision to be deleted, with a revision ID explicitly included.
Example: projects/123/schemas/my-schema@c7cfa2a8.
208 209 210 211 |
# File 'proto_docs/google/pubsub/v1/schema.rb', line 208 class DeleteSchemaRevisionRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#revision_id ⇒ ::String
Returns Optional. This field is deprecated and should not be used for specifying
the revision ID. The revision ID should be specified via the name
parameter.
208 209 210 211 |
# File 'proto_docs/google/pubsub/v1/schema.rb', line 208 class DeleteSchemaRevisionRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |