public sealed class PhoneNumber.Types.AllowedSipTrunks : IMessage<PhoneNumber.Types.AllowedSipTrunks>, IEquatable<PhoneNumber.Types.AllowedSipTrunks>, IDeepCloneable<PhoneNumber.Types.AllowedSipTrunks>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Dialogflow v2beta1 API class PhoneNumber.Types.AllowedSipTrunks.
List of SIP trunks that are allowed to make calls to this phone number.
Implements
IMessagePhoneNumberTypesAllowedSipTrunks, IEquatablePhoneNumberTypesAllowedSipTrunks, IDeepCloneablePhoneNumberTypesAllowedSipTrunks, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.V2Beta1Assembly
Google.Cloud.Dialogflow.V2Beta1.dll
Constructors
AllowedSipTrunks()
public AllowedSipTrunks()AllowedSipTrunks(AllowedSipTrunks)
public AllowedSipTrunks(PhoneNumber.Types.AllowedSipTrunks other)| Parameter | |
|---|---|
| Name | Description |
other |
PhoneNumberTypesAllowedSipTrunks |
Properties
CarrierIds
public RepeatedField<string> CarrierIds { get; }Optional. List of GTP carrier IDs allowed to make calls to this phone number. Used for private interconnects where standard SIP trunks aren't applicable.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldstring |
|
SipTrunks
public RepeatedField<string> SipTrunks { get; }List of SIP trunks that are allowed to make calls to this phone number. If empty, any SIP trunk is allowed.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldstring |
|
SipTrunksAsSipTrunkNames
public ResourceNameList<SipTrunkName> SipTrunksAsSipTrunkNames { get; }SipTrunkName-typed view over the SipTrunks resource name property.
| Property Value | |
|---|---|
| Type | Description |
ResourceNameListSipTrunkName |
|