Uses of Class
com.google.genai.types.WebhookConfig
Packages that use WebhookConfig
-
Uses of WebhookConfig in com.google.genai.types
Methods in com.google.genai.types that return WebhookConfigModifier and TypeMethodDescriptionabstract WebhookConfigWebhookConfig.Builder.build()static WebhookConfigDeserializes a JSON string to a WebhookConfig object.Methods in com.google.genai.types that return types with arguments of type WebhookConfigModifier and TypeMethodDescriptionabstract Optional<WebhookConfig>CreateBatchJobConfig.webhookConfig()Webhook configuration for receiving notifications when the batch operation completes.abstract Optional<WebhookConfig>GenerateVideosConfig.webhookConfig()Webhook configuration for receiving notifications when the video generation operation completes.Methods in com.google.genai.types with parameters of type WebhookConfigModifier and TypeMethodDescriptionabstract CreateBatchJobConfig.BuilderCreateBatchJobConfig.Builder.webhookConfig(WebhookConfig webhookConfig) Setter for webhookConfig.abstract GenerateVideosConfig.BuilderGenerateVideosConfig.Builder.webhookConfig(WebhookConfig webhookConfig) Setter for webhookConfig.