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.
Parameters | |
---|---|
Name | Description |
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 | |
---|---|
Type | Description |
string |
setName
Required. The schema being rolled back with revision id.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getRevisionId
Required. The revision ID to roll back to.
It must be a revision of the same schema. Example: c7cfa2a8
Returns | |
---|---|
Type | Description |
string |
setRevisionId
Required. The revision ID to roll back to.
It must be a revision of the same schema. Example: c7cfa2a8
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
static::build
Parameters | |
---|---|
Name | Description |
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 | |
---|---|
Type | Description |
Google\Cloud\PubSub\V1\RollbackSchemaRequest |