Cloud PubSub V1 Client - Class DeleteSchemaRevisionRequest (1.40.1)

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

Request for the DeleteSchemaRevision method.

Generated from protobuf message google.pubsub.v1.DeleteSchemaRevisionRequest

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ name string

Required. The name of the schema revision to be deleted, with a revision ID explicitly included. Example: projects/123/schemas/my-schema@c7cfa2a8

↳ 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 name of the schema revision to be deleted, with a revision ID explicitly included.

Example: projects/123/schemas/my-schema@c7cfa2a8

Returns
TypeDescription
string

setName

Required. The name of the schema revision to be deleted, with a revision ID explicitly included.

Example: projects/123/schemas/my-schema@c7cfa2a8

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