Interface ListWebhooksResponseOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    ListWebhooksResponse, ListWebhooksResponse.Builder

    public interface ListWebhooksResponseOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • getWebhooksList

        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;
      • getWebhooks

        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;
      • getWebhooksCount

        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;
      • getWebhooksOrBuilderList

        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;
      • getWebhooksOrBuilder

        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;
      • getNextPageToken

        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:
        The nextPageToken.
      • getNextPageTokenBytes

        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;
        Returns:
        The bytes for nextPageToken.