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 reference documentation for the `TCPSocketAction` class within the Google Cloud Run Admin v2 API, specifically for version 2.12.0, with links to other versions."],["`TCPSocketAction` is a class that defines an action based on opening a TCP socket, inheriting from the `object` class and implementing several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class `TCPSocketAction` has two constructors, one default and the other taking another `TCPSocketAction` instance as a parameter, allowing the creation of an object or a copy of another."],["The `TCPSocketAction` class includes a `Port` property, which is an integer that represents the optional port number used to access the container, defaulting to the container's exposed port if not specified."]]],[]]