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."],[[["The latest version available for the Google.Cloud.Run.V2.TCPSocketAction is 2.13.0."],["TCPSocketAction is a class within the Cloud Run Admin v2 API, used to define actions based on opening a socket."],["This class implements several interfaces, including IMessage, IEquatable, IDeepCloneable, and IBufferMessage."],["The TCPSocketAction class has a 'Port' property, which represents the port number for container access, defaulting to 8080 if unspecified, and it must be within the range of 1 to 65535."],["The TCPSocketAction class has 2 contructors."]]],[]]