public sealed class NetworkEndpoint : IMessage<NetworkEndpoint>, IEquatable<NetworkEndpoint>, IDeepCloneable<NetworkEndpoint>, IBufferMessage, IMessage
A network endpoint over which a TPU worker can be reached.
[[["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 webpage provides documentation for the \u003ccode\u003eNetworkEndpoint\u003c/code\u003e class within the \u003ccode\u003eGoogle.Cloud.Tpu.V1\u003c/code\u003e namespace, specifically version 1.1.0 of the library, with links to different versions of the same class.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eNetworkEndpoint\u003c/code\u003e class is a sealed class that represents a network endpoint through which a TPU worker can be accessed, inheriting from \u003ccode\u003eObject\u003c/code\u003e and implementing 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\u003eNetworkEndpoint()\u003c/code\u003e) and a copy constructor (\u003ccode\u003eNetworkEndpoint(NetworkEndpoint other)\u003c/code\u003e) that allows creating a new instance from an existing one.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eNetworkEndpoint\u003c/code\u003e class has two main properties: \u003ccode\u003eIpAddress\u003c/code\u003e, which stores the IP address as a string, and \u003ccode\u003ePort\u003c/code\u003e, which stores the port number as an integer.\u003c/p\u003e\n"]]],[],null,[]]