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
[[["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 version 2.9.0."],["`TCPSocketAction` is used to define an action involving the opening of a TCP socket and is derived from the base `object` class, and it also implements several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has a `Port` property, allowing specification of the port number to access on a container, defaulting to the container's exposed port if not explicitly set, and it is an integer value between 1 and 65535."],["The `TCPSocketAction` class offers two constructors; a parameterless constructor, and a second constructor that takes another `TCPSocketAction` as an input parameter."],["Various previous versions are accessible with the most recent version being 2.13.0."]]],[]]