| Modifier and Type | Method and Description |
|---|---|
HealthStatus |
HealthStatus.Builder.build() |
HealthStatus |
HealthStatus.Builder.buildPartial() |
static HealthStatus |
HealthStatus.getDefaultInstance() |
HealthStatus |
HealthStatus.getDefaultInstanceForType() |
HealthStatus |
HealthStatus.Builder.getDefaultInstanceForType() |
HealthStatus |
BackendServiceGroupHealth.getHealthStatus(int index)
Health state of the backend instances or endpoints in requested instance or network endpoint group, determined based on configured health checks.
|
HealthStatus |
BackendServiceGroupHealth.Builder.getHealthStatus(int index)
Health state of the backend instances or endpoints in requested instance or network endpoint group, determined based on configured health checks.
|
HealthStatus |
TargetPoolInstanceHealthOrBuilder.getHealthStatus(int index)
repeated .google.cloud.compute.v1.HealthStatus health_status = 380545845; |
HealthStatus |
BackendServiceGroupHealthOrBuilder.getHealthStatus(int index)
Health state of the backend instances or endpoints in requested instance or network endpoint group, determined based on configured health checks.
|
HealthStatus |
TargetPoolInstanceHealth.getHealthStatus(int index)
repeated .google.cloud.compute.v1.HealthStatus health_status = 380545845; |
HealthStatus |
TargetPoolInstanceHealth.Builder.getHealthStatus(int index)
repeated .google.cloud.compute.v1.HealthStatus health_status = 380545845; |
static HealthStatus |
HealthStatus.parseDelimitedFrom(InputStream input) |
static HealthStatus |
HealthStatus.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HealthStatus |
HealthStatus.parseFrom(byte[] data) |
static HealthStatus |
HealthStatus.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HealthStatus |
HealthStatus.parseFrom(ByteBuffer data) |
static HealthStatus |
HealthStatus.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HealthStatus |
HealthStatus.parseFrom(com.google.protobuf.ByteString data) |
static HealthStatus |
HealthStatus.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HealthStatus |
HealthStatus.parseFrom(com.google.protobuf.CodedInputStream input) |
static HealthStatus |
HealthStatus.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HealthStatus |
HealthStatus.parseFrom(InputStream input) |
static HealthStatus |
HealthStatus.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
List<HealthStatus> |
BackendServiceGroupHealth.getHealthStatusList()
Health state of the backend instances or endpoints in requested instance or network endpoint group, determined based on configured health checks.
|
List<HealthStatus> |
BackendServiceGroupHealth.Builder.getHealthStatusList()
Health state of the backend instances or endpoints in requested instance or network endpoint group, determined based on configured health checks.
|
List<HealthStatus> |
TargetPoolInstanceHealthOrBuilder.getHealthStatusList()
repeated .google.cloud.compute.v1.HealthStatus health_status = 380545845; |
List<HealthStatus> |
BackendServiceGroupHealthOrBuilder.getHealthStatusList()
Health state of the backend instances or endpoints in requested instance or network endpoint group, determined based on configured health checks.
|
List<HealthStatus> |
TargetPoolInstanceHealth.getHealthStatusList()
repeated .google.cloud.compute.v1.HealthStatus health_status = 380545845; |
List<HealthStatus> |
TargetPoolInstanceHealth.Builder.getHealthStatusList()
repeated .google.cloud.compute.v1.HealthStatus health_status = 380545845; |
com.google.protobuf.Parser<HealthStatus> |
HealthStatus.getParserForType() |
static com.google.protobuf.Parser<HealthStatus> |
HealthStatus.parser() |
| Modifier and Type | Method and Description |
|---|---|
BackendServiceGroupHealth.Builder |
BackendServiceGroupHealth.Builder.addHealthStatus(HealthStatus value)
Health state of the backend instances or endpoints in requested instance or network endpoint group, determined based on configured health checks.
|
TargetPoolInstanceHealth.Builder |
TargetPoolInstanceHealth.Builder.addHealthStatus(HealthStatus value)
repeated .google.cloud.compute.v1.HealthStatus health_status = 380545845; |
BackendServiceGroupHealth.Builder |
BackendServiceGroupHealth.Builder.addHealthStatus(int index,
HealthStatus value)
Health state of the backend instances or endpoints in requested instance or network endpoint group, determined based on configured health checks.
|
TargetPoolInstanceHealth.Builder |
TargetPoolInstanceHealth.Builder.addHealthStatus(int index,
HealthStatus value)
repeated .google.cloud.compute.v1.HealthStatus health_status = 380545845; |
HealthStatus.Builder |
HealthStatus.Builder.mergeFrom(HealthStatus other) |
static HealthStatus.Builder |
HealthStatus.newBuilder(HealthStatus prototype) |
BackendServiceGroupHealth.Builder |
BackendServiceGroupHealth.Builder.setHealthStatus(int index,
HealthStatus value)
Health state of the backend instances or endpoints in requested instance or network endpoint group, determined based on configured health checks.
|
TargetPoolInstanceHealth.Builder |
TargetPoolInstanceHealth.Builder.setHealthStatus(int index,
HealthStatus value)
repeated .google.cloud.compute.v1.HealthStatus health_status = 380545845; |
| Modifier and Type | Method and Description |
|---|---|
BackendServiceGroupHealth.Builder |
BackendServiceGroupHealth.Builder.addAllHealthStatus(Iterable<? extends HealthStatus> values)
Health state of the backend instances or endpoints in requested instance or network endpoint group, determined based on configured health checks.
|
TargetPoolInstanceHealth.Builder |
TargetPoolInstanceHealth.Builder.addAllHealthStatus(Iterable<? extends HealthStatus> values)
repeated .google.cloud.compute.v1.HealthStatus health_status = 380545845; |
Copyright © 2023 Google LLC. All rights reserved.