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

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

Request message for DeleteApiSpec.

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

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ name string

Required. The name of the spec to delete. Format: projects/*/locations/*/apis/*/versions/*/specs/*

↳ force bool

If set to true, any child resources will also be deleted. (Otherwise, the request will only work if there are no child resources.)

getName

Required. The name of the spec to delete.

Format: projects/*/locations/*/apis/*/versions/*/specs/*

Returns
TypeDescription
string

setName

Required. The name of the spec to delete.

Format: projects/*/locations/*/apis/*/versions/*/specs/*

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getForce

If set to true, any child resources will also be deleted.

(Otherwise, the request will only work if there are no child resources.)

Returns
TypeDescription
bool

setForce

If set to true, any child resources will also be deleted.

(Otherwise, the request will only work if there are no child resources.)

Parameter
NameDescription
var bool
Returns
TypeDescription
$this