public static interface UptimeCheckConfig.TcpCheckOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
UptimeCheckConfig.PingConfig |
getPingConfig()
Contains information needed to add pings to a TCP check.
|
UptimeCheckConfig.PingConfigOrBuilder |
getPingConfigOrBuilder()
Contains information needed to add pings to a TCP check.
|
int |
getPort()
The TCP port on the server against which to run the check.
|
boolean |
hasPingConfig()
Contains information needed to add pings to a TCP check.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getPort()
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.
int32 port = 1;boolean hasPingConfig()
Contains information needed to add pings to a TCP check.
.google.monitoring.v3.UptimeCheckConfig.PingConfig ping_config = 2;UptimeCheckConfig.PingConfig getPingConfig()
Contains information needed to add pings to a TCP check.
.google.monitoring.v3.UptimeCheckConfig.PingConfig ping_config = 2;UptimeCheckConfig.PingConfigOrBuilder getPingConfigOrBuilder()
Contains information needed to add pings to a TCP check.
.google.monitoring.v3.UptimeCheckConfig.PingConfig ping_config = 2;Copyright © 2025 Google LLC. All rights reserved.