Class Destination (2.0.0)

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

Represents a target of an invocation over HTTP.

Inheritance

Object > Destination

Namespace

Google.Cloud.Eventarc.V1

Assembly

Google.Cloud.Eventarc.V1.dll

Constructors

Destination()

public Destination()

Destination(Destination)

public Destination(Destination other)
Parameter
NameDescription
otherDestination

Properties

CloudFunction

public string CloudFunction { get; set; }

The Cloud Function resource name. Only Cloud Functions V2 is supported. Format: projects/{project}/locations/{location}/functions/{function}

Property Value
TypeDescription
String

CloudFunctionAsCloudFunctionName

public CloudFunctionName CloudFunctionAsCloudFunctionName { get; set; }

CloudFunctionName-typed view over the CloudFunction resource name property.

Property Value
TypeDescription
CloudFunctionName

CloudRun

public CloudRun CloudRun { get; set; }

Cloud Run fully-managed resource that receives the events. The resource should be in the same project as the trigger.

Property Value
TypeDescription
CloudRun

DescriptorCase

public Destination.DescriptorOneofCase DescriptorCase { get; }
Property Value
TypeDescription
Destination.DescriptorOneofCase

Gke

public GKE Gke { get; set; }

A GKE service capable of receiving events. The service should be running in the same project as the trigger.

Property Value
TypeDescription
GKE