[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThis document provides reference information for the \u003ccode\u003eGrpcEndpoint\u003c/code\u003e class within the Google Cloud Network Security v1beta1 API, specifically for .NET developers.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eGrpcEndpoint\u003c/code\u003e class is a sealed class representing a gRPC endpoint and it implements several interfaces including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe class offers two constructors: a default constructor \u003ccode\u003eGrpcEndpoint()\u003c/code\u003e and a copy constructor \u003ccode\u003eGrpcEndpoint(GrpcEndpoint other)\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eGrpcEndpoint\u003c/code\u003e includes a \u003ccode\u003eTargetUri\u003c/code\u003e property, a string that specifies the required URI of the gRPC endpoint which must be a UDS path beginning with "unix:".\u003c/p\u003e\n"],["\u003cp\u003eThe document lists three available versions of the API, being 2.0.0-beta06 (latest), 2.0.0-beta05, and 1.0.0-beta02, indicating the evolution and updates of the Network Security v1beta1 API.\u003c/p\u003e\n"]]],[],null,["# Network Security v1beta1 API - Class GrpcEndpoint (2.0.0-beta06)\n\nVersion latestkeyboard_arrow_down\n\n- [2.0.0-beta06 (latest)](/dotnet/docs/reference/Google.Cloud.NetworkSecurity.V1Beta1/latest/Google.Cloud.NetworkSecurity.V1Beta1.GrpcEndpoint)\n- [2.0.0-beta05](/dotnet/docs/reference/Google.Cloud.NetworkSecurity.V1Beta1/2.0.0-beta05/Google.Cloud.NetworkSecurity.V1Beta1.GrpcEndpoint)\n- [1.0.0-beta02](/dotnet/docs/reference/Google.Cloud.NetworkSecurity.V1Beta1/1.0.0-beta02/Google.Cloud.NetworkSecurity.V1Beta1.GrpcEndpoint) \n\n public sealed class GrpcEndpoint : IMessage\u003cGrpcEndpoint\u003e, IEquatable\u003cGrpcEndpoint\u003e, IDeepCloneable\u003cGrpcEndpoint\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Network Security v1beta1 API class GrpcEndpoint.\n\nSpecification of the GRPC Endpoint. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e GrpcEndpoint \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[GrpcEndpoint](/dotnet/docs/reference/Google.Cloud.NetworkSecurity.V1Beta1/latest/Google.Cloud.NetworkSecurity.V1Beta1.GrpcEndpoint), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[GrpcEndpoint](/dotnet/docs/reference/Google.Cloud.NetworkSecurity.V1Beta1/latest/Google.Cloud.NetworkSecurity.V1Beta1.GrpcEndpoint), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[GrpcEndpoint](/dotnet/docs/reference/Google.Cloud.NetworkSecurity.V1Beta1/latest/Google.Cloud.NetworkSecurity.V1Beta1.GrpcEndpoint), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.NetworkSecurity.V1Beta1](/dotnet/docs/reference/Google.Cloud.NetworkSecurity.V1Beta1/latest/Google.Cloud.NetworkSecurity.V1Beta1)\n\nAssembly\n--------\n\nGoogle.Cloud.NetworkSecurity.V1Beta1.dll\n\nConstructors\n------------\n\n### GrpcEndpoint()\n\n public GrpcEndpoint()\n\n### GrpcEndpoint(GrpcEndpoint)\n\n public GrpcEndpoint(GrpcEndpoint other)\n\nProperties\n----------\n\n### TargetUri\n\n public string TargetUri { get; set; }\n\nRequired. The target URI of the gRPC endpoint. Only UDS path is supported,\nand should start with \"unix:\"."]]