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.
Implements
IMessageTransport, IEquatableTransport, IDeepCloneableTransport, IBufferMessage, IMessageNamespace
Google.Cloud.Eventarc.V1Assembly
Google.Cloud.Eventarc.V1.dll
Constructors
Transport()
public Transport()
Transport(Transport)
public Transport(Transport other)
Parameter | |
---|---|
Name | Description |
other |
Transport |
Properties
IntermediaryCase
public Transport.IntermediaryOneofCase IntermediaryCase { get; }
Property Value | |
---|---|
Type | Description |
TransportIntermediaryOneofCase |
Pubsub
public Pubsub Pubsub { get; set; }
The Pub/Sub topic and subscription used by Eventarc as a transport intermediary.
Property Value | |
---|---|
Type | Description |
Pubsub |