GoogleApi.DataFusion.V1.Model.EventPublishConfig (google_api_data_fusion v0.27.0)

View Source

Confirguration of PubSubEventWriter.

Attributes

  • enabled (type: boolean(), default: nil) - Required. Option to enable Event Publishing.
  • topic (type: String.t, default: nil) - Required. The resource name of the Pub/Sub topic. Format: projects/{project_id}/topics/{topic_id}

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.DataFusion.V1.Model.EventPublishConfig{
  enabled: boolean() | nil,
  topic: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.