Class: Google::Cloud::Dialogflow::V2::UpdateSipTrunkRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::V2::UpdateSipTrunkRequest
- 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.UpdateSipTrunk.
Instance Attribute Summary collapse
-
#sip_trunk ⇒ ::Google::Cloud::Dialogflow::V2::SipTrunk
Required.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
Optional.
Instance Attribute Details
#sip_trunk ⇒ ::Google::Cloud::Dialogflow::V2::SipTrunk
Returns Required. The SipTrunk to update.
103 104 105 106 |
# File 'proto_docs/google/cloud/dialogflow/v2/sip_trunk.rb', line 103 class UpdateSipTrunkRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_mask ⇒ ::Google::Protobuf::FieldMask
Returns Optional. The mask to control which fields get updated. If the mask is not present, all fields will be updated.
103 104 105 106 |
# File 'proto_docs/google/cloud/dialogflow/v2/sip_trunk.rb', line 103 class UpdateSipTrunkRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |