Uses of Class
com.google.cloud.compute.v1.HealthStatus
-
Packages that use HealthStatus Package Description com.google.cloud.compute.v1 The interfaces provided are listed below, along with usage samples. -
-
Uses of HealthStatus in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return HealthStatus Modifier and Type Method Description HealthStatus
HealthStatus.Builder. build()
HealthStatus
HealthStatus.Builder. buildPartial()
static HealthStatus
HealthStatus. getDefaultInstance()
HealthStatus
HealthStatus.Builder. getDefaultInstanceForType()
HealthStatus
HealthStatus. getDefaultInstanceForType()
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
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
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.Builder. getHealthStatus(int index)
repeated .google.cloud.compute.v1.HealthStatus health_status = 380545845;
HealthStatus
TargetPoolInstanceHealth. getHealthStatus(int index)
repeated .google.cloud.compute.v1.HealthStatus health_status = 380545845;
HealthStatus
TargetPoolInstanceHealthOrBuilder. 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(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)
static HealthStatus
HealthStatus. parseFrom(ByteBuffer data)
static HealthStatus
HealthStatus. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.compute.v1 that return types with arguments of type HealthStatus Modifier and Type Method Description 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>
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>
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.Builder. getHealthStatusList()
repeated .google.cloud.compute.v1.HealthStatus health_status = 380545845;
List<HealthStatus>
TargetPoolInstanceHealth. getHealthStatusList()
repeated .google.cloud.compute.v1.HealthStatus health_status = 380545845;
List<HealthStatus>
TargetPoolInstanceHealthOrBuilder. 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()
Methods in com.google.cloud.compute.v1 with parameters of type HealthStatus Modifier and Type Method Description 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.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(int index, HealthStatus value)
repeated .google.cloud.compute.v1.HealthStatus health_status = 380545845;
TargetPoolInstanceHealth.Builder
TargetPoolInstanceHealth.Builder. addHealthStatus(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;
Method parameters in com.google.cloud.compute.v1 with type arguments of type HealthStatus Modifier and Type Method 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;
-