ProjectsLocationsSipTrunksResource class 
 
    
    
  
    
  
    Properties
    
        - 
  hashCode
  → int
  
- 
  The hash code for this object.
  no setterinherited 
- 
  runtimeType
  → Type
  
- 
  A representation of the runtime type of the object.
  no setterinherited 
 
    
  
    Methods
    
        - 
  create(GoogleCloudDialogflowV2SipTrunk request, String parent, {String? $fields})
    → Future<GoogleCloudDialogflowV2SipTrunk>
  
  
- 
  Creates a SipTrunk for a specified location.
  
- 
  delete(String name, {String? $fields})
    → Future<GoogleProtobufEmpty>
  
  
- 
  Deletes a specified SipTrunk.
  
- 
  get(String name, {String? $fields})
    → Future<GoogleCloudDialogflowV2SipTrunk>
  
  
- 
  Retrieves the specified SipTrunk.
  
- 
  list(String parent, {int? pageSize, String? pageToken, String? $fields})
    → Future<GoogleCloudDialogflowV2ListSipTrunksResponse>
  
  
- 
  Returns a list of SipTrunks in the specified location.
  
- 
  noSuchMethod(Invocation invocation)
    → dynamic
  
  
- 
  Invoked when a nonexistent method or property is accessed.
  inherited 
- 
  patch(GoogleCloudDialogflowV2SipTrunk request, String name, {String? updateMask, String? $fields})
    → Future<GoogleCloudDialogflowV2SipTrunk>
  
  
- 
  Updates the specified SipTrunk.
  
- 
  toString()
    → String
  
  
- 
  A string representation of this object.
  inherited