public sealed class Destination : IMessage<Destination>, IEquatable<Destination>, IDeepCloneable<Destination>, IBufferMessage, IMessage
Represents a target of an invocation over HTTP.
Implements
IMessage<Destination>, IEquatable<Destination>, IDeepCloneable<Destination>, IBufferMessage, IMessageNamespace
Google.Cloud.Eventarc.V1Assembly
Google.Cloud.Eventarc.V1.dll
Constructors
Destination()
public Destination()
Destination(Destination)
public Destination(Destination other)
Parameter | |
---|---|
Name | Description |
other | Destination |
Properties
CloudRun
public CloudRun CloudRun { get; set; }
Cloud Run fully-managed service that receives the events. The service should be running in the same project of the trigger.
Property Value | |
---|---|
Type | Description |
CloudRun |
DescriptorCase
public Destination.DescriptorOneofCase DescriptorCase { get; }
Property Value | |
---|---|
Type | Description |
Destination.DescriptorOneofCase |