Show / Hide Table of Contents

Class Transport

Represents the transport intermediaries created for the trigger in order to deliver events.

Inheritance
object
Transport
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.Eventarc.v1beta1.Data
Assembly: Google.Apis.Eventarc.v1beta1.dll
Syntax
public class Transport : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Pubsub

The Pub/Sub topic and subscription used by Eventarc as delivery intermediary.

Declaration
[JsonProperty("pubsub")]
public virtual Pubsub Pubsub { get; set; }
Property Value
Type Description
Pubsub

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX