Reference documentation and code samples for the Dialogflow V2 API class Google::Cloud::Dialogflow::V2::UpdateSipTrunkRequest.
The request message for SipTrunks.UpdateSipTrunk.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#sip_trunk
def sip_trunk() -> ::Google::Cloud::Dialogflow::V2::SipTrunk
Returns
- (::Google::Cloud::Dialogflow::V2::SipTrunk) — Required. The SipTrunk to update.
#sip_trunk=
def sip_trunk=(value) -> ::Google::Cloud::Dialogflow::V2::SipTrunk
Parameter
- value (::Google::Cloud::Dialogflow::V2::SipTrunk) — Required. The SipTrunk to update.
Returns
- (::Google::Cloud::Dialogflow::V2::SipTrunk) — Required. The SipTrunk to update.
#update_mask
def update_mask() -> ::Google::Protobuf::FieldMask
Returns
- (::Google::Protobuf::FieldMask) — Optional. The mask to control which fields get updated. If the mask is not present, all fields will be updated.
#update_mask=
def update_mask=(value) -> ::Google::Protobuf::FieldMask
Parameter
- value (::Google::Protobuf::FieldMask) — Optional. The mask to control which fields get updated. If the mask is not present, all fields will be updated.
Returns
- (::Google::Protobuf::FieldMask) — Optional. The mask to control which fields get updated. If the mask is not present, all fields will be updated.