public sealed class TCPSocketAction : IMessage<TCPSocketAction>, IEquatable<TCPSocketAction>, IDeepCloneable<TCPSocketAction>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Run Admin v2 API class TCPSocketAction.
TCPSocketAction describes an action based on opening a socket
Port number to access on the container. Must be in the range 1 to 65535.
If not specified, defaults to the exposed port of the container, which is
the value of container.ports[0].containerPort.
[[["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-04-09 UTC."],[[["This webpage provides documentation for the `TCPSocketAction` class within the Google Cloud Run Admin v2 API, specifically for .NET developers."],["The `TCPSocketAction` class, which is part of the `Google.Cloud.Run.V2` namespace, is used to define actions based on opening a socket and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The documentation lists multiple versions of the `TCPSocketAction` class, with version 2.13.0 being the latest and including versions all the way down to 1.0.0-beta02, allowing developers to view documentation for their specific version."],["The class includes a `Port` property, which allows users to define the port number for the socket, where it should be within the range of 1 to 65535 and defaulting to the exposed container port."]]],[]]