GoogleApi.DiscoveryEngine.V1.Model.GoogleCloudDiscoveryengineV1alphaDataConnectorRealtimeSyncConfig (google_api_discovery_engine v0.28.0)

View Source

The configuration for realtime sync to store additional params for realtime sync.

Attributes

  • realtimeSyncSecret (type: String.t, default: nil) - Optional. The ID of the Secret Manager secret used for webhook secret.
  • webhookUri (type: String.t, default: nil) - Optional. Webhook url for the connector to specify additional params for realtime sync.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() ::
  %GoogleApi.DiscoveryEngine.V1.Model.GoogleCloudDiscoveryengineV1alphaDataConnectorRealtimeSyncConfig{
    realtimeSyncSecret: String.t() | nil,
    webhookUri: String.t() | nil
  }

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.