Class ListWebhooksRequest.Builder
java.lang.Object
com.google.genai.gaos.models.operations.ListWebhooksRequest.Builder
- Enclosing class:
- ListWebhooksRequest
-
Method Summary
Modifier and TypeMethodDescriptionapiVersion(String apiVersion) Which version of the API to use.build()Optional.Optional.
-
Method Details
-
apiVersion
Which version of the API to use. -
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
Optional. A page token, received from a previous `ListWebhooks` call. Provide this to retrieve the subsequent page. -
build
-