Class: Google::Cloud::PubSub::V1::RollbackSchemaRequest

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#name::String

Returns Required. The schema being rolled back with revision id.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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