public final class ListSipTrunksResponse extends GeneratedMessage implements ListSipTrunksResponseOrBuilderThe response message for SipTrunks.ListSipTrunks.
Protobuf type google.cloud.dialogflow.v2.ListSipTrunksResponse
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessage > ListSipTrunksResponseImplements
ListSipTrunksResponseOrBuilderStatic Fields
NEXT_PAGE_TOKEN_FIELD_NUMBER
public static final int NEXT_PAGE_TOKEN_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
SIP_TRUNKS_FIELD_NUMBER
public static final int SIP_TRUNKS_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
Static Methods
getDefaultInstance()
public static ListSipTrunksResponse getDefaultInstance()| Returns | |
|---|---|
| Type | Description |
ListSipTrunksResponse |
|
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
newBuilder()
public static ListSipTrunksResponse.Builder newBuilder()| Returns | |
|---|---|
| Type | Description |
ListSipTrunksResponse.Builder |
|
newBuilder(ListSipTrunksResponse prototype)
public static ListSipTrunksResponse.Builder newBuilder(ListSipTrunksResponse prototype)| Parameter | |
|---|---|
| Name | Description |
prototype |
ListSipTrunksResponse |
| Returns | |
|---|---|
| Type | Description |
ListSipTrunksResponse.Builder |
|
parseDelimitedFrom(InputStream input)
public static ListSipTrunksResponse parseDelimitedFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
ListSipTrunksResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ListSipTrunksResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ListSipTrunksResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(byte[] data)
public static ListSipTrunksResponse parseFrom(byte[] data)| Parameter | |
|---|---|
| Name | Description |
data |
byte[] |
| Returns | |
|---|---|
| Type | Description |
ListSipTrunksResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ListSipTrunksResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ListSipTrunksResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data)
public static ListSipTrunksResponse parseFrom(ByteString data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteString |
| Returns | |
|---|---|
| Type | Description |
ListSipTrunksResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ListSipTrunksResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ListSipTrunksResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(CodedInputStream input)
public static ListSipTrunksResponse parseFrom(CodedInputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
CodedInputStream |
| Returns | |
|---|---|
| Type | Description |
ListSipTrunksResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static ListSipTrunksResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ListSipTrunksResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input)
public static ListSipTrunksResponse parseFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
ListSipTrunksResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ListSipTrunksResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ListSipTrunksResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(ByteBuffer data)
public static ListSipTrunksResponse parseFrom(ByteBuffer data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteBuffer |
| Returns | |
|---|---|
| Type | Description |
ListSipTrunksResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ListSipTrunksResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ListSipTrunksResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parser()
public static Parser<ListSipTrunksResponse> parser()| Returns | |
|---|---|
| Type | Description |
Parser<ListSipTrunksResponse> |
|
Methods
equals(Object obj)
public boolean equals(Object obj)| Parameter | |
|---|---|
| Name | Description |
obj |
Object |
| Returns | |
|---|---|
| Type | Description |
boolean |
|
getDefaultInstanceForType()
public ListSipTrunksResponse getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
ListSipTrunksResponse |
|
getNextPageToken()
public String getNextPageToken()Token to retrieve the next page of results, or empty if there are no more results in the list.
string next_page_token = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The nextPageToken. |
getNextPageTokenBytes()
public ByteString getNextPageTokenBytes()Token to retrieve the next page of results, or empty if there are no more results in the list.
string next_page_token = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for nextPageToken. |
getParserForType()
public Parser<ListSipTrunksResponse> getParserForType()| Returns | |
|---|---|
| Type | Description |
Parser<ListSipTrunksResponse> |
|
getSerializedSize()
public int getSerializedSize()| Returns | |
|---|---|
| Type | Description |
int |
|
getSipTrunks(int index)
public SipTrunk getSipTrunks(int index)The list of SIP trunks.
repeated .google.cloud.dialogflow.v2.SipTrunk sip_trunks = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
SipTrunk |
|
getSipTrunksCount()
public int getSipTrunksCount()The list of SIP trunks.
repeated .google.cloud.dialogflow.v2.SipTrunk sip_trunks = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getSipTrunksList()
public List<SipTrunk> getSipTrunksList()The list of SIP trunks.
repeated .google.cloud.dialogflow.v2.SipTrunk sip_trunks = 1;
| Returns | |
|---|---|
| Type | Description |
List<SipTrunk> |
|
getSipTrunksOrBuilder(int index)
public SipTrunkOrBuilder getSipTrunksOrBuilder(int index)The list of SIP trunks.
repeated .google.cloud.dialogflow.v2.SipTrunk sip_trunks = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
SipTrunkOrBuilder |
|
getSipTrunksOrBuilderList()
public List<? extends SipTrunkOrBuilder> getSipTrunksOrBuilderList()The list of SIP trunks.
repeated .google.cloud.dialogflow.v2.SipTrunk sip_trunks = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.dialogflow.v2.SipTrunkOrBuilder> |
|
hashCode()
public int hashCode()| Returns | |
|---|---|
| Type | Description |
int |
|
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
newBuilderForType()
public ListSipTrunksResponse.Builder newBuilderForType()| Returns | |
|---|---|
| Type | Description |
ListSipTrunksResponse.Builder |
|
newBuilderForType(AbstractMessage.BuilderParent parent)
protected ListSipTrunksResponse.Builder newBuilderForType(AbstractMessage.BuilderParent parent)| Parameter | |
|---|---|
| Name | Description |
parent |
BuilderParent |
| Returns | |
|---|---|
| Type | Description |
ListSipTrunksResponse.Builder |
|
toBuilder()
public ListSipTrunksResponse.Builder toBuilder()| Returns | |
|---|---|
| Type | Description |
ListSipTrunksResponse.Builder |
|
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)| Parameter | |
|---|---|
| Name | Description |
output |
CodedOutputStream |
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|