public sealed class GrpcEndpoint : IMessage<GrpcEndpoint>, IEquatable<GrpcEndpoint>, IDeepCloneable<GrpcEndpoint>, IBufferMessage, IMessageReference documentation and code samples for the Network Security v1 API class GrpcEndpoint.
Specification of the GRPC Endpoint.
Implements
IMessageGrpcEndpoint, IEquatableGrpcEndpoint, IDeepCloneableGrpcEndpoint, IBufferMessage, IMessageNamespace
Google.Cloud.NetworkSecurity.V1Assembly
Google.Cloud.NetworkSecurity.V1.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 |
|