Eventarc v1 API - Class Transport (2.2.0)

public sealed class Transport : IMessage<Transport>, IEquatable<Transport>, IDeepCloneable<Transport>, IBufferMessage, IMessage

Reference documentation and code samples for the Eventarc v1 API class Transport.

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

Inheritance

Object > Transport

Namespace

Google.Cloud.Eventarc.V1

Assembly

Google.Cloud.Eventarc.V1.dll

Constructors

Transport()

public Transport()

Transport(Transport)

public Transport(Transport other)
Parameter
NameDescription
otherTransport

Properties

IntermediaryCase

public Transport.IntermediaryOneofCase IntermediaryCase { get; }
Property Value
TypeDescription
Transport.IntermediaryOneofCase

Pubsub

public Pubsub Pubsub { get; set; }

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

Property Value
TypeDescription
Pubsub