public interface ListWebhooksResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getNextPageToken()
Token to retrieve the next page of results, or empty if there are no more
results in the list.
|
com.google.protobuf.ByteString |
getNextPageTokenBytes()
Token to retrieve the next page of results, or empty if there are no more
results in the list.
|
Webhook |
getWebhooks(int index)
The list of webhooks.
|
int |
getWebhooksCount()
The list of webhooks.
|
List<Webhook> |
getWebhooksList()
The list of webhooks.
|
WebhookOrBuilder |
getWebhooksOrBuilder(int index)
The list of webhooks.
|
List<? extends WebhookOrBuilder> |
getWebhooksOrBuilderList()
The list of webhooks.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<Webhook> getWebhooksList()
The list of webhooks. There will be a maximum number of items returned based on the page_size field in the request.
repeated .google.cloud.dialogflow.cx.v3.Webhook webhooks = 1;Webhook getWebhooks(int index)
The list of webhooks. There will be a maximum number of items returned based on the page_size field in the request.
repeated .google.cloud.dialogflow.cx.v3.Webhook webhooks = 1;int getWebhooksCount()
The list of webhooks. There will be a maximum number of items returned based on the page_size field in the request.
repeated .google.cloud.dialogflow.cx.v3.Webhook webhooks = 1;List<? extends WebhookOrBuilder> getWebhooksOrBuilderList()
The list of webhooks. There will be a maximum number of items returned based on the page_size field in the request.
repeated .google.cloud.dialogflow.cx.v3.Webhook webhooks = 1;WebhookOrBuilder getWebhooksOrBuilder(int index)
The list of webhooks. There will be a maximum number of items returned based on the page_size field in the request.
repeated .google.cloud.dialogflow.cx.v3.Webhook webhooks = 1;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;com.google.protobuf.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;Copyright © 2022 Google LLC. All rights reserved.