Class: Google::Cloud::PubSub::V1::RollbackSchemaRequest
- Inherits:
-
Object
- Object
- Google::Cloud::PubSub::V1::RollbackSchemaRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/pubsub/v1/schema.rb
Overview
Request for the RollbackSchema
method.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
-
#revision_id ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The schema being rolled back with revision id.
191 192 193 194 |
# File 'proto_docs/google/pubsub/v1/schema.rb', line 191 class RollbackSchemaRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#revision_id ⇒ ::String
Returns Required. The revision ID to roll back to. It must be a revision of the same schema.
Example: c7cfa2a8.
191 192 193 194 |
# File 'proto_docs/google/pubsub/v1/schema.rb', line 191 class RollbackSchemaRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |