public interface TargetPoolInstanceHealthOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
HealthStatus |
getHealthStatus(int index)
repeated .google.cloud.compute.v1.HealthStatus health_status = 380545845; |
int |
getHealthStatusCount()
repeated .google.cloud.compute.v1.HealthStatus health_status = 380545845; |
List<HealthStatus> |
getHealthStatusList()
repeated .google.cloud.compute.v1.HealthStatus health_status = 380545845; |
HealthStatusOrBuilder |
getHealthStatusOrBuilder(int index)
repeated .google.cloud.compute.v1.HealthStatus health_status = 380545845; |
List<? extends HealthStatusOrBuilder> |
getHealthStatusOrBuilderList()
repeated .google.cloud.compute.v1.HealthStatus health_status = 380545845; |
String |
getKind()
[Output Only] Type of resource.
|
com.google.protobuf.ByteString |
getKindBytes()
[Output Only] Type of resource.
|
boolean |
hasKind()
[Output Only] Type of resource.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<HealthStatus> getHealthStatusList()
repeated .google.cloud.compute.v1.HealthStatus health_status = 380545845;HealthStatus getHealthStatus(int index)
repeated .google.cloud.compute.v1.HealthStatus health_status = 380545845;int getHealthStatusCount()
repeated .google.cloud.compute.v1.HealthStatus health_status = 380545845;List<? extends HealthStatusOrBuilder> getHealthStatusOrBuilderList()
repeated .google.cloud.compute.v1.HealthStatus health_status = 380545845;HealthStatusOrBuilder getHealthStatusOrBuilder(int index)
repeated .google.cloud.compute.v1.HealthStatus health_status = 380545845;boolean hasKind()
[Output Only] Type of resource. Always compute#targetPoolInstanceHealth when checking the health of an instance.
optional string kind = 3292052;String getKind()
[Output Only] Type of resource. Always compute#targetPoolInstanceHealth when checking the health of an instance.
optional string kind = 3292052;com.google.protobuf.ByteString getKindBytes()
[Output Only] Type of resource. Always compute#targetPoolInstanceHealth when checking the health of an instance.
optional string kind = 3292052;Copyright © 2023 Google LLC. All rights reserved.