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

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

Namespace

Google \ Cloud \ ApigeeRegistry \ V1

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

static::build

Parameter
NameDescription
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 Please see Google\Cloud\ApigeeRegistry\V1\RegistryClient::apiDeploymentName() for help formatting this field.

Returns
TypeDescription
Google\Cloud\ApigeeRegistry\V1\DeleteApiDeploymentRevisionRequest