Show / Hide Table of Contents

Class PubsubConfig

PubsubConfig describes the configuration of a trigger that creates a build whenever a Pub/Sub message is published.

Inheritance
object
PubsubConfig
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.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
string

ServiceAccountEmail

Service account that will make the push request.

Declaration
[JsonProperty("serviceAccountEmail")]
public virtual string ServiceAccountEmail { get; set; }
Property Value
Type Description
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
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
string

Topic

Optional. 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
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX