Interface ListWebhooksResponseOrBuilder (0.52.0)

public interface ListWebhooksResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getNextPageToken()

public abstract 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
TypeDescription
String

The nextPageToken.

getNextPageTokenBytes()

public abstract 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
TypeDescription
ByteString

The bytes for nextPageToken.

getWebhooks(int index)

public abstract 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;

Parameter
NameDescription
indexint
Returns
TypeDescription
Webhook

getWebhooksCount()

public abstract 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;

Returns
TypeDescription
int

getWebhooksList()

public abstract List<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;

Returns
TypeDescription
List<Webhook>

getWebhooksOrBuilder(int index)

public abstract 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;

Parameter
NameDescription
indexint
Returns
TypeDescription
WebhookOrBuilder

getWebhooksOrBuilderList()

public abstract 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;

Returns
TypeDescription
List<? extends com.google.cloud.dialogflow.cx.v3.WebhookOrBuilder>