public interface ManagedInstanceInstanceHealthOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getDetailedHealthState()
[Output Only] The current detailed instance health state.
|
com.google.protobuf.ByteString |
getDetailedHealthStateBytes()
[Output Only] The current detailed instance health state.
|
String |
getHealthCheck()
[Output Only] The URL for the health check that verifies whether the instance is healthy.
|
com.google.protobuf.ByteString |
getHealthCheckBytes()
[Output Only] The URL for the health check that verifies whether the instance is healthy.
|
boolean |
hasDetailedHealthState()
[Output Only] The current detailed instance health state.
|
boolean |
hasHealthCheck()
[Output Only] The URL for the health check that verifies whether the instance is healthy.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasDetailedHealthState()
[Output Only] The current detailed instance health state. Check the DetailedHealthState enum for the list of possible values.
optional string detailed_health_state = 510470173;String getDetailedHealthState()
[Output Only] The current detailed instance health state. Check the DetailedHealthState enum for the list of possible values.
optional string detailed_health_state = 510470173;com.google.protobuf.ByteString getDetailedHealthStateBytes()
[Output Only] The current detailed instance health state. Check the DetailedHealthState enum for the list of possible values.
optional string detailed_health_state = 510470173;boolean hasHealthCheck()
[Output Only] The URL for the health check that verifies whether the instance is healthy.
optional string health_check = 308876645;String getHealthCheck()
[Output Only] The URL for the health check that verifies whether the instance is healthy.
optional string health_check = 308876645;com.google.protobuf.ByteString getHealthCheckBytes()
[Output Only] The URL for the health check that verifies whether the instance is healthy.
optional string health_check = 308876645;Copyright © 2023 Google LLC. All rights reserved.