View Source GoogleApi.PubSub.V1.Model.IngestionDataSourceSettings (google_api_pub_sub v0.41.0)

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.
  • cloudStorage (type: GoogleApi.PubSub.V1.Model.CloudStorage.t, default: nil) - Optional. Cloud Storage.
  • 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

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

Functions

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

Unwrap a decoded JSON object into its complex fields.