Class: Google::Cloud::Dialogflow::V2::GetSipTrunkRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::V2::GetSipTrunkRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dialogflow/v2/sip_trunk.rb
Overview
The request message for SipTrunks.GetSipTrunk.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The name of the SIP trunk to delete.
Format: projects/<Project ID>/locations/<Location ID>/sipTrunks/<SipTrunk
ID>.
89 90 91 92 |
# File 'proto_docs/google/cloud/dialogflow/v2/sip_trunk.rb', line 89 class GetSipTrunkRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |