Cloud PubSub V1 Client - Class RollbackSchemaRequest (2.1.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

Namespace

Google \ Cloud \ PubSub \ V1

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

static::build

Parameters
NameDescription
name string

Required. The schema being rolled back with revision id. Please see Google\Cloud\PubSub\V1\SchemaServiceClient::schemaName() for help formatting this field.

revisionId string

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

Example: c7cfa2a8

Returns
TypeDescription
Google\Cloud\PubSub\V1\RollbackSchemaRequest