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"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This webpage details the `NetworkEndpoint` class, which represents a network endpoint for reaching a TPU worker in Google Cloud."],["The `NetworkEndpoint` class is part of the `Google.Cloud.Tpu.V1` namespace and is implemented in the `Google.Cloud.Tpu.V1.dll` assembly, with the most recent version being 2.4.0."],["The class inherits from `Object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces, providing functionalities like message handling, equality checks, deep cloning, and buffer management."],["The `NetworkEndpoint` class has two constructors: a default one and another that accepts another `NetworkEndpoint` instance as a parameter, and has two properties: `IpAddress` (string) and `Port` (int32), defining the IP address and the port number for the endpoint."],["The webpage provides documentation and links for multiple versions of this class, starting from version 1.0.0 all the way to the latest, 2.4.0."]]],[]]