Class ListWebhooksRequest.Builder

java.lang.Object
com.google.genai.gaos.models.operations.ListWebhooksRequest.Builder
Enclosing class:
ListWebhooksRequest

public static final class ListWebhooksRequest.Builder extends Object
  • Method Details

    • apiVersion

      public ListWebhooksRequest.Builder apiVersion(@Nullable String apiVersion)
      Which version of the API to use.
    • pageSize

      public ListWebhooksRequest.Builder pageSize(@Nullable Integer pageSize)
      Optional. The maximum number of webhooks to return. The service may return fewer than this value. If unspecified, at most 50 webhooks will be returned. The maximum value is 1000.
    • pageToken

      public ListWebhooksRequest.Builder pageToken(@Nullable String pageToken)
      Optional. A page token, received from a previous `ListWebhooks` call. Provide this to retrieve the subsequent page.
    • build

      public ListWebhooksRequest build()