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

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

Request message for DeleteApiSpecRevision.

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

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ name string

Required. The name of the spec revision to be deleted, with a revision ID explicitly included. Example: projects/sample/locations/global/apis/petstore/versions/1.0.0/specs/openapi.yaml@c7cfa2a8

getName

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

Example: projects/sample/locations/global/apis/petstore/versions/1.0.0/specs/openapi.yaml@c7cfa2a8

Returns
TypeDescription
string

setName

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

Example: projects/sample/locations/global/apis/petstore/versions/1.0.0/specs/openapi.yaml@c7cfa2a8

Parameter
NameDescription
var string
Returns
TypeDescription
$this