public interface TargetPoolsAddHealthCheckRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getHealthChecks(int index)
public abstract HealthCheckReference getHealthChecks(int index)The HttpHealthCheck to add to the target pool.
repeated .google.cloud.compute.v1.HealthCheckReference health_checks = 448370606;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
HealthCheckReference |
|
getHealthChecksCount()
public abstract int getHealthChecksCount()The HttpHealthCheck to add to the target pool.
repeated .google.cloud.compute.v1.HealthCheckReference health_checks = 448370606;
| Returns | |
|---|---|
| Type | Description |
int |
|
getHealthChecksList()
public abstract List<HealthCheckReference> getHealthChecksList()The HttpHealthCheck to add to the target pool.
repeated .google.cloud.compute.v1.HealthCheckReference health_checks = 448370606;
| Returns | |
|---|---|
| Type | Description |
List<HealthCheckReference> |
|
getHealthChecksOrBuilder(int index)
public abstract HealthCheckReferenceOrBuilder getHealthChecksOrBuilder(int index)The HttpHealthCheck to add to the target pool.
repeated .google.cloud.compute.v1.HealthCheckReference health_checks = 448370606;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
HealthCheckReferenceOrBuilder |
|
getHealthChecksOrBuilderList()
public abstract List<? extends HealthCheckReferenceOrBuilder> getHealthChecksOrBuilderList()The HttpHealthCheck to add to the target pool.
repeated .google.cloud.compute.v1.HealthCheckReference health_checks = 448370606;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.compute.v1.HealthCheckReferenceOrBuilder> |
|