View Source GoogleApi.AnalyticsHub.V1.Model.PubSubTopicSource (google_api_analytics_hub v0.5.0)

Pub/Sub topic source.

Attributes

  • dataAffinityRegions (type: list(String.t), default: nil) - Optional. Region hint on where the data might be published. Data affinity regions are modifiable. See go/regions for full listing of possible Cloud regions.
  • topic (type: String.t, default: nil) - Required. Resource name of the Pub/Sub topic source for this listing. e.g. projects/myproject/topics/topicId

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AnalyticsHub.V1.Model.PubSubTopicSource{
  dataAffinityRegions: [String.t()] | nil,
  topic: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.