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

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

Request message for DeleteApiDeploymentRevision.

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

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ name string

Required. The name of the deployment revision to be deleted, with a revision ID explicitly included. Example: projects/sample/locations/global/apis/petstore/deployments/prod@c7cfa2a8

getName

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

Example: projects/sample/locations/global/apis/petstore/deployments/prod@c7cfa2a8

Returns
TypeDescription
string

setName

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

Example: projects/sample/locations/global/apis/petstore/deployments/prod@c7cfa2a8

Parameter
NameDescription
var string
Returns
TypeDescription
$this