Package com.google.genai.types
Class WebhookConfig.Builder
java.lang.Object
com.google.genai.types.WebhookConfig.Builder
- Enclosing class:
- WebhookConfig
Builder for WebhookConfig.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract WebhookConfigbuild()Clears the value of uris field.Clears the value of userMetadata field.Setter for uris.abstract WebhookConfig.BuilderSetter for uris.abstract WebhookConfig.BuilderuserMetadata(Map<String, Object> userMetadata) Setter for userMetadata.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
uris
Setter for uris.uris: The webhook URIs to receive notifications. If set, these webhook URIs will be used instead of the registered webhooks.
-
uris
Setter for uris.uris: The webhook URIs to receive notifications. If set, these webhook URIs will be used instead of the registered webhooks.
-
clearUris
Clears the value of uris field. -
userMetadata
Setter for userMetadata.userMetadata: User metadata that will be included in each webhook event notification. Use this to attach custom key-value data to correlate webhook events with your internal systems.
-
clearUserMetadata
Clears the value of userMetadata field. -
build
-