Reference documentation and code samples for the Google Cloud Apigee Registry V1 Client class DeleteApiRequest.
Request message for DeleteApi.
Generated from protobuf message google.cloud.apigeeregistry.v1.DeleteApiRequest
Namespace
Google \ Cloud \ ApigeeRegistry \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
Required. The name of the API to delete. Format: projects/*/locations/*/apis/*
↳ 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 API to delete.
Format: projects/*/locations/*/apis/*
string
setName
Required. The name of the API to delete.
Format: projects/*/locations/*/apis/*
var
string
$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.)
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.)
var
bool
$this
static::build
name
string
Required. The name of the API to delete.
Format: projects/*/locations/*/apis/*
Please see RegistryClient::apiName()
for help formatting this field.