Class WebhookListResponse
java.lang.Object
com.google.genai.gaos.models.webhooks.WebhookListResponse
WebhookListResponse
Response message for WebhookService.ListWebhooks.
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic WebhookListResponse.Builderbuilder()booleaninthashCode()A token, which can be sent as `page_token` to retrieve the next page.toString()webhooks()The webhooks.withNextPageToken(String nextPageToken) A token, which can be sent as `page_token` to retrieve the next page.withWebhooks(List<Webhook> webhooks) The webhooks.
-
Constructor Details
-
WebhookListResponse
-
WebhookListResponse
public WebhookListResponse()
-
-
Method Details
-
nextPageToken
A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages. -
webhooks
The webhooks. -
builder
-
withNextPageToken
A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages. -
withWebhooks
The webhooks. -
equals
-
hashCode
public int hashCode() -
toString
-