Class UpdateWebhookRequest.Builder
java.lang.Object
com.google.genai.gaos.models.operations.UpdateWebhookRequest.Builder
- Enclosing class:
- UpdateWebhookRequest
-
Method Summary
Modifier and TypeMethodDescriptionapiVersion(String apiVersion) Which version of the API to use.body(WebhookUpdate body) Required.build()Required.updateMask(String updateMask) Optional.
-
Method Details
-
apiVersion
Which version of the API to use. -
id
Required. The ID of the webhook to update. -
updateMask
Optional. The list of fields to update. -
body
Required. The webhook to update. -
build
-