Google Cloud Apigee Registry V1 Client - Class RollbackApiSpecRequest (0.2.7)

Reference documentation and code samples for the Google Cloud Apigee Registry V1 Client class RollbackApiSpecRequest.

Request message for RollbackApiSpec.

Generated from protobuf message google.cloud.apigeeregistry.v1.RollbackApiSpecRequest

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ name string

Required. The spec being rolled back.

↳ revision_id string

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

getName

Required. The spec being rolled back.

Returns
TypeDescription
string

setName

Required. The spec being rolled back.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getRevisionId

Required. The revision ID to roll back to.

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

Returns
TypeDescription
string

setRevisionId

Required. The revision ID to roll back to.

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

Parameter
NameDescription
var string
Returns
TypeDescription
$this