Class PubSubTopicSource
Pub/Sub topic source.
Implements
Inherited Members
Namespace: Google.Apis.AnalyticsHub.v1.Data
Assembly: Google.Apis.AnalyticsHub.v1.dll
Syntax
public class PubSubTopicSource : IDirectResponseSchema
Properties
DataAffinityRegions
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.
Declaration
[JsonProperty("dataAffinityRegions")]
public virtual IList<string> DataAffinityRegions { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Topic
Required. Resource name of the Pub/Sub topic source for this listing. e.g. projects/myproject/topics/topicId
Declaration
[JsonProperty("topic")]
public virtual string Topic { get; set; }
Property Value
Type | Description |
---|---|
string |