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 HealthStatusHealthStatus.Builder. build()HealthStatusHealthStatus.Builder. buildPartial()static HealthStatusHealthStatus. getDefaultInstance()HealthStatusHealthStatus.Builder. getDefaultInstanceForType()HealthStatusHealthStatus. getDefaultInstanceForType()HealthStatusBackendServiceGroupHealth.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.HealthStatusBackendServiceGroupHealth. getHealthStatus(int index)Health state of the backend instances or endpoints in requested instance or network endpoint group, determined based on configured health checks.HealthStatusBackendServiceGroupHealthOrBuilder. getHealthStatus(int index)Health state of the backend instances or endpoints in requested instance or network endpoint group, determined based on configured health checks.HealthStatusTargetPoolInstanceHealth.Builder. getHealthStatus(int index)repeated .google.cloud.compute.v1.HealthStatus health_status = 380545845;HealthStatusTargetPoolInstanceHealth. getHealthStatus(int index)repeated .google.cloud.compute.v1.HealthStatus health_status = 380545845;HealthStatusTargetPoolInstanceHealthOrBuilder. getHealthStatus(int index)repeated .google.cloud.compute.v1.HealthStatus health_status = 380545845;static HealthStatusHealthStatus. parseDelimitedFrom(InputStream input)static HealthStatusHealthStatus. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static HealthStatusHealthStatus. parseFrom(byte[] data)static HealthStatusHealthStatus. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static HealthStatusHealthStatus. parseFrom(com.google.protobuf.ByteString data)static HealthStatusHealthStatus. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static HealthStatusHealthStatus. parseFrom(com.google.protobuf.CodedInputStream input)static HealthStatusHealthStatus. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static HealthStatusHealthStatus. parseFrom(InputStream input)static HealthStatusHealthStatus. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static HealthStatusHealthStatus. parseFrom(ByteBuffer data)static HealthStatusHealthStatus. 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.BuilderBackendServiceGroupHealth.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.BuilderBackendServiceGroupHealth.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.BuilderTargetPoolInstanceHealth.Builder. addHealthStatus(int index, HealthStatus value)repeated .google.cloud.compute.v1.HealthStatus health_status = 380545845;TargetPoolInstanceHealth.BuilderTargetPoolInstanceHealth.Builder. addHealthStatus(HealthStatus value)repeated .google.cloud.compute.v1.HealthStatus health_status = 380545845;HealthStatus.BuilderHealthStatus.Builder. mergeFrom(HealthStatus other)static HealthStatus.BuilderHealthStatus. newBuilder(HealthStatus prototype)BackendServiceGroupHealth.BuilderBackendServiceGroupHealth.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.BuilderTargetPoolInstanceHealth.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.BuilderBackendServiceGroupHealth.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.BuilderTargetPoolInstanceHealth.Builder. addAllHealthStatus(Iterable<? extends HealthStatus> values)repeated .google.cloud.compute.v1.HealthStatus health_status = 380545845;
-