Cloud PubSub V1 Client - Class RollbackSchemaRequest (1.40.1)

Reference documentation and code samples for the Cloud PubSub V1 Client class RollbackSchemaRequest.

Request for the RollbackSchema method.

Generated from protobuf message google.pubsub.v1.RollbackSchemaRequest

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ name string

Required. The schema being rolled back with revision id.

↳ revision_id string

Required. The revision ID to roll back to. It must be a revision of the same schema. Example: c7cfa2a8

getName

Required. The schema being rolled back with revision id.

Returns
TypeDescription
string

setName

Required. The schema being rolled back with revision id.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getRevisionId

Required. The revision ID to roll back to.

It must be a revision of the same schema. Example: c7cfa2a8

Returns
TypeDescription
string

setRevisionId

Required. The revision ID to roll back to.

It must be a revision of the same schema. Example: c7cfa2a8

Parameter
NameDescription
var string
Returns
TypeDescription
$this