Class GrpcEndpoint (1.0.0-beta02)

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

Specification of the GRPC Endpoint.

Inheritance

Object > GrpcEndpoint

Namespace

Google.Cloud.NetworkSecurity.V1Beta1

Assembly

Google.Cloud.NetworkSecurity.V1Beta1.dll

Constructors

GrpcEndpoint()

public GrpcEndpoint()

GrpcEndpoint(GrpcEndpoint)

public GrpcEndpoint(GrpcEndpoint other)
Parameter
NameDescription
otherGrpcEndpoint

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
TypeDescription
String