Class ListWebhooksRequest
java.lang.Object
com.google.genai.gaos.models.operations.ListWebhooksRequest
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionWhich version of the API to use.static ListWebhooksRequest.Builderbuilder()booleaninthashCode()pageSize()Optional.Optional.toString()withApiVersion(String apiVersion) Which version of the API to use.withPageSize(Integer pageSize) Optional.withPageToken(String pageToken) Optional.
-
Constructor Details
-
ListWebhooksRequest
-
ListWebhooksRequest
public ListWebhooksRequest()
-
-
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. -
builder
-
withApiVersion
Which version of the API to use. -
withPageSize
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
Optional. A page token, received from a previous `ListWebhooks` call. Provide this to retrieve the subsequent page. -
equals
-
hashCode
public int hashCode() -
toString
-