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.10.0."],["`TCPSocketAction` describes an action based on opening a socket and is part of the `Google.Cloud.Run.V2` namespace."],["The `TCPSocketAction` class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`."],["The documentation includes information about the class constructors, namely a default constructor `TCPSocketAction()` and a copy constructor `TCPSocketAction(TCPSocketAction other)`."],["It outlines the `Port` property of `TCPSocketAction`, which is used to specify the port number for accessing the container and ranges from 1 to 65535, defaulting to the exposed port if not specified."]]],[]]