Package com.google.cloud.compute.v1
Interface ManagedInstanceInstanceHealthOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ManagedInstanceInstanceHealth,ManagedInstanceInstanceHealth.Builder
public interface ManagedInstanceInstanceHealthOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetDetailedHealthState()[Output Only] The current detailed instance health state.com.google.protobuf.ByteStringgetDetailedHealthStateBytes()[Output Only] The current detailed instance health state.StringgetHealthCheck()[Output Only] The URL for the health check that verifies whether the instance is healthy.com.google.protobuf.ByteStringgetHealthCheckBytes()[Output Only] The URL for the health check that verifies whether the instance is healthy.booleanhasDetailedHealthState()[Output Only] The current detailed instance health state.booleanhasHealthCheck()[Output Only] The URL for the health check that verifies whether the instance is healthy.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasDetailedHealthState
boolean 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;- Returns:
- Whether the detailedHealthState field is set.
-
getDetailedHealthState
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;- Returns:
- The detailedHealthState.
-
getDetailedHealthStateBytes
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;- Returns:
- The bytes for detailedHealthState.
-
hasHealthCheck
boolean hasHealthCheck()
[Output Only] The URL for the health check that verifies whether the instance is healthy.
optional string health_check = 308876645;- Returns:
- Whether the healthCheck field is set.
-
getHealthCheck
String getHealthCheck()
[Output Only] The URL for the health check that verifies whether the instance is healthy.
optional string health_check = 308876645;- Returns:
- The healthCheck.
-
getHealthCheckBytes
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;- Returns:
- The bytes for healthCheck.
-
-