Package com.google.monitoring.v3
Interface InternalCheckerOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
InternalChecker,InternalChecker.Builder
@Deprecated public interface InternalCheckerOrBuilder extends com.google.protobuf.MessageOrBuilder
Deprecated.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description StringgetDisplayName()Deprecated.The checker's human-readable name.com.google.protobuf.ByteStringgetDisplayNameBytes()Deprecated.The checker's human-readable name.StringgetGcpZone()Deprecated.The GCP zone the Uptime check should egress from.com.google.protobuf.ByteStringgetGcpZoneBytes()Deprecated.The GCP zone the Uptime check should egress from.StringgetName()Deprecated.A unique resource name for this InternalChecker.com.google.protobuf.ByteStringgetNameBytes()Deprecated.A unique resource name for this InternalChecker.StringgetNetwork()Deprecated.The [GCP VPC network](https://cloud.google.com/vpc/docs/vpc) where the internal resource lives (ex: "default").com.google.protobuf.ByteStringgetNetworkBytes()Deprecated.The [GCP VPC network](https://cloud.google.com/vpc/docs/vpc) where the internal resource lives (ex: "default").StringgetPeerProjectId()Deprecated.The GCP project ID where the internal checker lives.com.google.protobuf.ByteStringgetPeerProjectIdBytes()Deprecated.The GCP project ID where the internal checker lives.InternalChecker.StategetState()Deprecated.The current operational state of the internal checker.intgetStateValue()Deprecated.The current operational state of the internal checker.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getName
String getName()
Deprecated.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;- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()
Deprecated.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;- Returns:
- The bytes for name.
-
getDisplayName
String getDisplayName()
Deprecated.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;- Returns:
- The displayName.
-
getDisplayNameBytes
com.google.protobuf.ByteString getDisplayNameBytes()
Deprecated.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;- Returns:
- The bytes for displayName.
-
getNetwork
String getNetwork()
Deprecated.The [GCP VPC network](https://cloud.google.com/vpc/docs/vpc) where the internal resource lives (ex: "default").
string network = 3;- Returns:
- The network.
-
getNetworkBytes
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 network = 3;- Returns:
- The bytes for network.
-
getGcpZone
String getGcpZone()
Deprecated.The GCP zone the Uptime check should egress from. Only respected for internal Uptime checks, where internal_network is specified.
string gcp_zone = 4;- Returns:
- The gcpZone.
-
getGcpZoneBytes
com.google.protobuf.ByteString getGcpZoneBytes()
Deprecated.The GCP zone the Uptime check should egress from. Only respected for internal Uptime checks, where internal_network is specified.
string gcp_zone = 4;- Returns:
- The bytes for gcpZone.
-
getPeerProjectId
String getPeerProjectId()
Deprecated.The GCP project ID where the internal checker lives. Not necessary the same as the Metrics Scope project.
string peer_project_id = 6;- Returns:
- The peerProjectId.
-
getPeerProjectIdBytes
com.google.protobuf.ByteString getPeerProjectIdBytes()
Deprecated.The GCP project ID where the internal checker lives. Not necessary the same as the Metrics Scope project.
string peer_project_id = 6;- Returns:
- The bytes for peerProjectId.
-
getStateValue
int getStateValue()
Deprecated.The current operational state of the internal checker.
.google.monitoring.v3.InternalChecker.State state = 7;- Returns:
- The enum numeric value on the wire for state.
-
getState
InternalChecker.State getState()
Deprecated.The current operational state of the internal checker.
.google.monitoring.v3.InternalChecker.State state = 7;- Returns:
- The state.
-
-