public interface CreateSipTrunkRequestOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getParent()
public abstract String getParent()
Required. The location to create a SIP trunk for.
Format: projects/<Project ID>/locations/<Location ID>
.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
String |
The parent. |
getParentBytes()
public abstract ByteString getParentBytes()
Required. The location to create a SIP trunk for.
Format: projects/<Project ID>/locations/<Location ID>
.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for parent. |
getSipTrunk()
public abstract SipTrunk getSipTrunk()
Required. The SIP trunk to create.
.google.cloud.dialogflow.v2beta1.SipTrunk sip_trunk = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
SipTrunk |
The sipTrunk. |
getSipTrunkOrBuilder()
public abstract SipTrunkOrBuilder getSipTrunkOrBuilder()
Required. The SIP trunk to create.
.google.cloud.dialogflow.v2beta1.SipTrunk sip_trunk = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
SipTrunkOrBuilder |
hasSipTrunk()
public abstract boolean hasSipTrunk()
Required. The SIP trunk to create.
.google.cloud.dialogflow.v2beta1.SipTrunk sip_trunk = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
boolean |
Whether the sipTrunk field is set. |