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-03-21 UTC."],[[["This webpage provides documentation for the `TCPSocketAction` class within the Google Cloud Run Admin v2 API, specifically for version 2.11.0."],["The `TCPSocketAction` class describes an action involving opening a TCP socket and inherits from `object`, while implementing `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["The documentation includes details on the class's constructors: a default constructor `TCPSocketAction()` and a copy constructor `TCPSocketAction(TCPSocketAction other)`."],["The `Port` property, an integer, is detailed, which specifies the port number for the container's TCP socket access, defaulting to the exposed container port if not set and must be in the range 1 to 65535."],["The webpage lists the various versions of the TCPSocketAction API in the sidebar, ranging from 2.13.0 to 1.0.0-beta02."]]],[]]