public static interface UptimeCheckConfig.InternalCheckerOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCheckerId()
The checker ID.
|
ByteString |
getCheckerIdBytes()
The checker ID.
|
java.lang.String |
getDisplayName()
The checker's human-readable name.
|
ByteString |
getDisplayNameBytes()
The checker's human-readable name.
|
java.lang.String |
getGcpZone()
The GCP zone the uptime check should egress from.
|
ByteString |
getGcpZoneBytes()
The GCP zone the uptime check should egress from.
|
java.lang.String |
getNetwork()
The internal network to perform this uptime check on.
|
ByteString |
getNetworkBytes()
The internal network to perform this uptime check on.
|
java.lang.String |
getProjectId()
The GCP project ID.
|
ByteString |
getProjectIdBytes()
The GCP project ID.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
java.lang.String getProjectId()
The GCP project ID. Not necessarily the same as the project_id for the config.
string project_id = 1;
ByteString getProjectIdBytes()
The GCP project ID. Not necessarily the same as the project_id for the config.
string project_id = 1;
java.lang.String getNetwork()
The internal network to perform this uptime check on.
string network = 2;
ByteString getNetworkBytes()
The internal network to perform this uptime check on.
string network = 2;
java.lang.String getGcpZone()
The GCP zone the uptime check should egress from. Only respected for internal uptime checks, where internal_network is specified.
string gcp_zone = 3;
ByteString getGcpZoneBytes()
The GCP zone the uptime check should egress from. Only respected for internal uptime checks, where internal_network is specified.
string gcp_zone = 3;
java.lang.String getCheckerId()
The checker ID.
string checker_id = 4;
ByteString getCheckerIdBytes()
The checker ID.
string checker_id = 4;
java.lang.String getDisplayName()
The checker's human-readable name.
string display_name = 5;
ByteString getDisplayNameBytes()
The checker's human-readable name.
string display_name = 5;