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
Namespace
Google \ Cloud \ ApigeeRegistry \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
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: |
getName
Required. The spec being rolled back.
Returns | |
---|---|
Type | Description |
string |
setName
Required. The spec being rolled back.
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 spec.
Example: c7cfa2a8
Returns | |
---|---|
Type | Description |
string |
setRevisionId
Required. The revision ID to roll back to.
It must be a revision of the same spec.
Example: c7cfa2a8
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |