Reference documentation and code samples for the Dialogflow V2 API module Google::Cloud::Dialogflow::V2::SipTrunks::Paths.
Path helper methods for the SipTrunks API.
Extended By
Included In
Methods
#location_path
def location_path(project:, location:) -> ::StringCreate a fully-qualified Location resource string.
The resource will be in the following format:
projects/{project}/locations/{location}
- project (String)
- location (String)
- (::String)
- (::ArgumentError)
#sip_trunk_path
def sip_trunk_path(project:, location:, siptrunk:) -> ::StringCreate a fully-qualified SipTrunk resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/sipTrunks/{siptrunk}
- project (String)
- location (String)
- siptrunk (String)
- (::String)
- (::ArgumentError)