public sealed class GrpcEndpoint : IMessage<GrpcEndpoint>, IEquatable<GrpcEndpoint>, IDeepCloneable<GrpcEndpoint>, IBufferMessage, IMessageSpecification of the GRPC Endpoint.
Implements
IMessage<GrpcEndpoint>, IEquatable<GrpcEndpoint>, IDeepCloneable<GrpcEndpoint>, IBufferMessage, IMessageNamespace
Google.Cloud.NetworkSecurity.V1Beta1Assembly
Google.Cloud.NetworkSecurity.V1Beta1.dll
Constructors
GrpcEndpoint()
public GrpcEndpoint()GrpcEndpoint(GrpcEndpoint)
public GrpcEndpoint(GrpcEndpoint other)| Parameter | |
|---|---|
| Name | Description |
other |
GrpcEndpoint |
Properties
TargetUri
public string TargetUri { get; set; }Required. The target URI of the gRPC endpoint. Only UDS path is supported, and should start with “unix:”.
| Property Value | |
|---|---|
| Type | Description |
String |
|