public sealed class Transport : IMessage<Transport>, IEquatable<Transport>, IDeepCloneable<Transport>, IBufferMessage, IMessageReference documentation and code samples for the Eventarc v1 API class Transport.
Represents the transport intermediaries created for the trigger to deliver events.
Implements
IMessage<Transport>, IEquatable<Transport>, IDeepCloneable<Transport>, 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 |
Transport.IntermediaryOneofCase |
|
Pubsub
public Pubsub Pubsub { get; set; }The Pub/Sub topic and subscription used by Eventarc as a transport intermediary.
| Property Value | |
|---|---|
| Type | Description |
Pubsub |
|