Reference documentation and code samples for the Google Cloud Dialogflow V2 Client class DeleteSipTrunkRequest.
The request message for SipTrunks.DeleteSipTrunk .
Generated from protobuf message google.cloud.dialogflow.v2.DeleteSipTrunkRequest
Namespace
Google \ Cloud \ Dialogflow \ V2Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
Required. The name of the SIP trunk to delete. Format: projects/<Project ID>/locations/<Location ID>/sipTrunks/<SipTrunk ID>
.
getName
Required. The name of the SIP trunk to delete.
Format: projects/<Project ID>/locations/<Location ID>/sipTrunks/<SipTrunk
ID>
.
string
setName
Required. The name of the SIP trunk to delete.
Format: projects/<Project ID>/locations/<Location ID>/sipTrunks/<SipTrunk
ID>
.
var
string
$this
static::build
name
string
Required. The name of the SIP trunk to delete.
Format: projects/<Project ID>/locations/<Location ID>/sipTrunks/<SipTrunk
ID>
. Please see SipTrunksClient::sipTrunkName()
for help formatting this field.

