public sealed class HttpEndpoint : IMessage<HttpEndpoint>, IEquatable<HttpEndpoint>, IDeepCloneable<HttpEndpoint>, IBufferMessage, IMessage
Reference documentation and code samples for the Eventarc v1 API class HttpEndpoint.
Represents a HTTP endpoint destination.
Implements
IMessageHttpEndpoint, IEquatableHttpEndpoint, IDeepCloneableHttpEndpoint, IBufferMessage, IMessageNamespace
Google.Cloud.Eventarc.V1Assembly
Google.Cloud.Eventarc.V1.dll
Constructors
HttpEndpoint()
public HttpEndpoint()
HttpEndpoint(HttpEndpoint)
public HttpEndpoint(HttpEndpoint other)
Parameter | |
---|---|
Name | Description |
other |
HttpEndpoint |
Properties
Uri
public string Uri { get; set; }
Required. The URI of the HTTP enpdoint.
The value must be a RFC2396 URI string.
Examples: http://10.10.10.8:80/route
,
http://svc.us-central1.p.local:8080/
.
Only HTTP and HTTPS protocols are supported. The host can be either a
static IP addressable from the VPC specified by the network config, or
an internal DNS hostname of the service resolvable via Cloud DNS.
Property Value | |
---|---|
Type | Description |
string |