@Deprecated public interface InternalCheckerOrBuilder extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getDisplayName()
Deprecated.
The checker's human-readable name.
|
com.google.protobuf.ByteString |
getDisplayNameBytes()
Deprecated.
The checker's human-readable name.
|
String |
getGcpZone()
Deprecated.
The GCP zone the Uptime check should egress from.
|
com.google.protobuf.ByteString |
getGcpZoneBytes()
Deprecated.
The GCP zone the Uptime check should egress from.
|
String |
getName()
Deprecated.
A unique resource name for this InternalChecker.
|
com.google.protobuf.ByteString |
getNameBytes()
Deprecated.
A unique resource name for this InternalChecker.
|
String |
getNetwork()
Deprecated.
The [GCP VPC network](https://cloud.google.com/vpc/docs/vpc) where the
internal resource lives (ex: "default").
|
com.google.protobuf.ByteString |
getNetworkBytes()
Deprecated.
The [GCP VPC network](https://cloud.google.com/vpc/docs/vpc) where the
internal resource lives (ex: "default").
|
String |
getPeerProjectId()
Deprecated.
The GCP project ID where the internal checker lives.
|
com.google.protobuf.ByteString |
getPeerProjectIdBytes()
Deprecated.
The GCP project ID where the internal checker lives.
|
InternalChecker.State |
getState()
Deprecated.
The current operational state of the internal checker.
|
int |
getStateValue()
Deprecated.
The current operational state of the internal checker.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
A unique resource name for this InternalChecker. The format is:
projects/[PROJECT_ID_OR_NUMBER]/internalCheckers/[INTERNAL_CHECKER_ID]
`[PROJECT_ID_OR_NUMBER]` is the Cloud Monitoring Metrics Scope project for
the Uptime check config associated with the internal checker.
string name = 1;com.google.protobuf.ByteString getNameBytes()
A unique resource name for this InternalChecker. The format is:
projects/[PROJECT_ID_OR_NUMBER]/internalCheckers/[INTERNAL_CHECKER_ID]
`[PROJECT_ID_OR_NUMBER]` is the Cloud Monitoring Metrics Scope project for
the Uptime check config associated with the internal checker.
string name = 1;String getDisplayName()
The checker's human-readable name. The display name should be unique within a Cloud Monitoring Metrics Scope in order to make it easier to identify; however, uniqueness is not enforced.
string display_name = 2;com.google.protobuf.ByteString getDisplayNameBytes()
The checker's human-readable name. The display name should be unique within a Cloud Monitoring Metrics Scope in order to make it easier to identify; however, uniqueness is not enforced.
string display_name = 2;String getNetwork()
The [GCP VPC network](https://cloud.google.com/vpc/docs/vpc) where the internal resource lives (ex: "default").
string network = 3;com.google.protobuf.ByteString getNetworkBytes()
The [GCP VPC network](https://cloud.google.com/vpc/docs/vpc) where the internal resource lives (ex: "default").
string network = 3;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 = 4;com.google.protobuf.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 = 4;String getPeerProjectId()
The GCP project ID where the internal checker lives. Not necessary the same as the Metrics Scope project.
string peer_project_id = 6;com.google.protobuf.ByteString getPeerProjectIdBytes()
The GCP project ID where the internal checker lives. Not necessary the same as the Metrics Scope project.
string peer_project_id = 6;int getStateValue()
The current operational state of the internal checker.
.google.monitoring.v3.InternalChecker.State state = 7;InternalChecker.State getState()
The current operational state of the internal checker.
.google.monitoring.v3.InternalChecker.State state = 7;Copyright © 2025 Google LLC. All rights reserved.