public final class InternalChecker
extends com.google.api.client.json.GenericJson
This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the Cloud Monitoring API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
InternalChecker() |
| Modifier and Type | Method and Description |
|---|---|
InternalChecker |
clone() |
String |
getDisplayName()
The checker's human-readable name.
|
String |
getGcpZone()
The GCP zone the Uptime check should egress from.
|
String |
getName()
A unique resource name for this InternalChecker.
|
String |
getNetwork()
The GCP VPC network (https://cloud.google.com/vpc/docs/vpc) where the internal resource lives
(ex: "default").
|
String |
getPeerProjectId()
The GCP project ID where the internal checker lives.
|
String |
getState()
The current operational state of the internal checker.
|
InternalChecker |
set(String fieldName,
Object value) |
InternalChecker |
setDisplayName(String displayName)
The checker's human-readable name.
|
InternalChecker |
setGcpZone(String gcpZone)
The GCP zone the Uptime check should egress from.
|
InternalChecker |
setName(String name)
A unique resource name for this InternalChecker.
|
InternalChecker |
setNetwork(String network)
The GCP VPC network (https://cloud.google.com/vpc/docs/vpc) where the internal resource lives
(ex: "default").
|
InternalChecker |
setPeerProjectId(String peerProjectId)
The GCP project ID where the internal checker lives.
|
InternalChecker |
setState(String state)
The current operational state of the internal checker.
|
getFactory, setFactory, toPrettyString, toStringentrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic String getDisplayName()
null for nonepublic InternalChecker setDisplayName(String displayName)
displayName - displayName or null for nonepublic String getGcpZone()
null for nonepublic InternalChecker setGcpZone(String gcpZone)
gcpZone - gcpZone or null for nonepublic String getName()
null for nonepublic InternalChecker setName(String name)
name - name or null for nonepublic String getNetwork()
null for nonepublic InternalChecker setNetwork(String network)
network - network or null for nonepublic String getPeerProjectId()
null for nonepublic InternalChecker setPeerProjectId(String peerProjectId)
peerProjectId - peerProjectId or null for nonepublic String getState()
null for nonepublic InternalChecker setState(String state)
state - state or null for nonepublic InternalChecker set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic InternalChecker clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.