Network Security v1beta1 API - Class GrpcEndpoint (2.0.0-beta05)

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

Reference documentation and code samples for the Network Security v1beta1 API class GrpcEndpoint.

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