2024-11-01
▼ ▲ dialogflow.projects.locations.sipTrunks.create
Path : v2beta1/{+parent}/sipTrunks
Flat Path : v2beta1/projects/{projectsId}/locations/{locationsId}/sipTrunks
HTTP Method : POST
Parameters :
parent
Description : Required. The location to create a SIP trunk for. Format: `projects//locations/`.
Pattern : ^projects/[^/]+/locations/[^/]+$
Location : path
Required : Yes
Type : string
Parameter Order : parent
Scopes :
Description : Creates a SipTrunk for a specified location.
▼ ▲ dialogflow.projects.locations.sipTrunks.delete
Path : v2beta1/{+name}
Flat Path : v2beta1/projects/{projectsId}/locations/{locationsId}/sipTrunks/{sipTrunksId}
HTTP Method : DELETE
Parameters :
name
Description : Required. The name of the SIP trunk to delete. Format: `projects//locations//sipTrunks/`.
Pattern : ^projects/[^/]+/locations/[^/]+/sipTrunks/[^/]+$
Location : path
Required : Yes
Type : string
Parameter Order : name
Scopes :
Description : Deletes a specified SipTrunk.
▼ ▲ dialogflow.projects.locations.sipTrunks.list
Path : v2beta1/{+parent}/sipTrunks
Flat Path : v2beta1/projects/{projectsId}/locations/{locationsId}/sipTrunks
HTTP Method : GET
Parameters :
parent
Description : Required. The location to list SIP trunks from. Format: `projects//locations/`.
Pattern : ^projects/[^/]+/locations/[^/]+$
Location : path
Required : Yes
Type : string
pageSize
Description : Optional. The maximum number of items to return in a single page. By default 100 and at most 1000.
Location : query
Type : integer
Format : int32
pageToken
Description : Optional. The next_page_token value returned from a previous list request.
Location : query
Type : string
Parameter Order : parent
Scopes :
Description : Returns a list of SipTrunks in the specified location.
▼ ▲ dialogflow.projects.locations.sipTrunks.get
Path : v2beta1/{+name}
Flat Path : v2beta1/projects/{projectsId}/locations/{locationsId}/sipTrunks/{sipTrunksId}
HTTP Method : GET
Parameters :
name
Description : Required. The name of the SIP trunk to delete. Format: `projects//locations//sipTrunks/`.
Pattern : ^projects/[^/]+/locations/[^/]+/sipTrunks/[^/]+$
Location : path
Required : Yes
Type : string
Parameter Order : name
Scopes :
Description : Retrieves the specified SipTrunk.
▼ ▲ dialogflow.projects.locations.sipTrunks.patch
Path : v2beta1/{+name}
Flat Path : v2beta1/projects/{projectsId}/locations/{locationsId}/sipTrunks/{sipTrunksId}
HTTP Method : PATCH
Parameters :
name
Description : Identifier. The unique identifier of the SIP trunk. Format: `projects//locations//sipTrunks/`.
Pattern : ^projects/[^/]+/locations/[^/]+/sipTrunks/[^/]+$
Location : path
Required : Yes
Type : string
updateMask
Description : Optional. The mask to control which fields get updated. If the mask is not present, all fields will be updated.
Location : query
Type : string
Format : google-fieldmask
Parameter Order : name
Scopes :
Description : Updates the specified SipTrunk.