Class PubsubConfig
PubsubConfig describes the configuration of a trigger that creates a build whenever a Pub/Sub message is published.
Inheritance
System.Object
PubsubConfig
Implements
Google.Apis.Requests.IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.CloudBuild.v1.Data
Assembly: Google.Apis.CloudBuild.v1.dll
Syntax
public class PubsubConfig : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
ServiceAccountEmail
Service account that will make the push request.
Declaration
[JsonProperty("serviceAccountEmail")]
public virtual string ServiceAccountEmail { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
State
Potential issues with the underlying Pub/Sub subscription configuration. Only populated on get requests.
Declaration
[JsonProperty("state")]
public virtual string State { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Subscription
Output only. Name of the subscription. Format is projects/{project}/subscriptions/{subscription}.
Declaration
[JsonProperty("subscription")]
public virtual string Subscription { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Topic
The name of the topic from which this subscription is receiving messages. Format is
projects/{project}/topics/{topic}.
Declaration
[JsonProperty("topic")]
public virtual string Topic { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Implements
Google.Apis.Requests.IDirectResponseSchema