public sealed class TcpCheck : IMessage<UptimeCheckConfig.Types.TcpCheck>, IEquatable<UptimeCheckConfig.Types.TcpCheck>, IDeepCloneable<UptimeCheckConfig.Types.TcpCheck>, IBufferMessage, IMessage
Information required for a TCP Uptime check request.
The TCP port on the server against which to run the check. Will be
combined with host (specified within the monitored_resource) to
construct the full URL. Required.
[[["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-17 UTC."],[[["The latest version available for `TcpCheck` is 3.15.0, and the page provides links to versions ranging from 3.15.0 down to 2.3.0 for the Google Cloud Monitoring V3."],["`TcpCheck` is a class used to define information for a TCP Uptime check request, implementing multiple interfaces such as IMessage, IEquatable, IDeepCloneable, and IBufferMessage."],["The `TcpCheck` class inherits from Object and includes properties such as Port, along with constructors for default initialization and copying from another `TcpCheck` object."],["The namespace for the `TcpCheck` class is `Google.Cloud.Monitoring.V3`, and it is part of the `Google.Cloud.Monitoring.V3.dll` assembly."]]],[]]