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 \ V1Methods
__construct
Constructor.
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.
string
setName
Required. The schema being rolled back with revision id.
var
string
$this
getRevisionId
Required. The revision ID to roll back to.
It must be a revision of the same schema. Example: c7cfa2a8
string
setRevisionId
Required. The revision ID to roll back to.
It must be a revision of the same schema. Example: c7cfa2a8
var
string
$this
static::build
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