GoogleApi.PubSub.V1.Model.IngestionDataSourceSettings (google_api_pub_sub v0.42.0)

View Source

Settings for an ingestion data source on a topic.

Attributes

  • awsKinesis (type: GoogleApi.PubSub.V1.Model.AwsKinesis.t, default: nil) - Optional. Amazon Kinesis Data Streams.
  • awsMsk (type: GoogleApi.PubSub.V1.Model.AwsMsk.t, default: nil) - Optional. Amazon MSK.
  • azureEventHubs (type: GoogleApi.PubSub.V1.Model.AzureEventHubs.t, default: nil) - Optional. Azure Event Hubs.
  • cloudStorage (type: GoogleApi.PubSub.V1.Model.CloudStorage.t, default: nil) - Optional. Cloud Storage.
  • confluentCloud (type: GoogleApi.PubSub.V1.Model.ConfluentCloud.t, default: nil) - Optional. Confluent Cloud.
  • platformLogsSettings (type: GoogleApi.PubSub.V1.Model.PlatformLogsSettings.t, default: nil) - Optional. Platform Logs settings. If unset, no Platform Logs will be generated.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.PubSub.V1.Model.IngestionDataSourceSettings{
  awsKinesis: GoogleApi.PubSub.V1.Model.AwsKinesis.t() | nil,
  awsMsk: GoogleApi.PubSub.V1.Model.AwsMsk.t() | nil,
  azureEventHubs: GoogleApi.PubSub.V1.Model.AzureEventHubs.t() | nil,
  cloudStorage: GoogleApi.PubSub.V1.Model.CloudStorage.t() | nil,
  confluentCloud: GoogleApi.PubSub.V1.Model.ConfluentCloud.t() | nil,
  platformLogsSettings: GoogleApi.PubSub.V1.Model.PlatformLogsSettings.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.