Reference documentation and code samples for the Google Cloud Dialogflow V2 Client class UpdateSipTrunkRequest.
The request message for SipTrunks.UpdateSipTrunk .
Generated from protobuf message google.cloud.dialogflow.v2.UpdateSipTrunkRequest
Namespace
Google \ Cloud \ Dialogflow \ V2Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ sip_trunk
↳ update_mask
Google\Protobuf\FieldMask
Optional. The mask to control which fields get updated. If the mask is not present, all fields will be updated.
getSipTrunk
Required. The SipTrunk to update.
hasSipTrunk
clearSipTrunk
setSipTrunk
Required. The SipTrunk to update.
$this
getUpdateMask
Optional. The mask to control which fields get updated. If the mask is not present, all fields will be updated.
hasUpdateMask
clearUpdateMask
setUpdateMask
Optional. The mask to control which fields get updated. If the mask is not present, all fields will be updated.
$this
static::build
sipTrunk
updateMask
Google\Protobuf\FieldMask
Optional. The mask to control which fields get updated. If the mask is not present, all fields will be updated.

