Class ListWebhooksRequest

java.lang.Object
com.google.genai.gaos.models.operations.ListWebhooksRequest

public class ListWebhooksRequest extends Object
  • Constructor Details

    • ListWebhooksRequest

      public ListWebhooksRequest(@Nullable String apiVersion, @Nullable Integer pageSize, @Nullable String pageToken)
    • ListWebhooksRequest

      public ListWebhooksRequest()
  • Method Details

    • apiVersion

      public Optional<String> apiVersion()
      Which version of the API to use.
    • pageSize

      public Optional<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 Optional<String> pageToken()
      Optional. A page token, received from a previous `ListWebhooks` call. Provide this to retrieve the subsequent page.
    • builder

      public static ListWebhooksRequest.Builder builder()
    • withApiVersion

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

      public ListWebhooksRequest withPageSize(@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.
    • withPageToken

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

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object