Cloud Pub/Sub V1 API - Class Google::Cloud::PubSub::V1::RollbackSchemaRequest (v0.14.0)

Reference documentation and code samples for the Cloud Pub/Sub V1 API class Google::Cloud::PubSub::V1::RollbackSchemaRequest.

Request for the RollbackSchema method.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#name

def name() -> ::String
Returns
  • (::String) — Required. The schema being rolled back with revision id.

#name=

def name=(value) -> ::String
Parameter
  • value (::String) — Required. The schema being rolled back with revision id.
Returns
  • (::String) — Required. The schema being rolled back with revision id.

#revision_id

def revision_id() -> ::String
Returns
  • (::String) — Required. The revision ID to roll back to. It must be a revision of the same schema.

    Example: c7cfa2a8

#revision_id=

def revision_id=(value) -> ::String
Parameter
  • value (::String) — 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