Show / Hide Table of Contents

Class PubSubTopicSource

Pub/Sub topic source.

Inheritance
object
PubSubTopicSource
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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 https://cloud.google.com/about/locations 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX