public interface HealthChecksScopedListOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getHealthChecks(int index)
public abstract HealthCheck getHealthChecks(int index)A list of HealthChecks contained in this scope.
repeated .google.cloud.compute.v1.HealthCheck health_checks = 448370606;
| Name | Description |
| index | int |
| Type | Description |
| HealthCheck |
getHealthChecksCount()
public abstract int getHealthChecksCount()A list of HealthChecks contained in this scope.
repeated .google.cloud.compute.v1.HealthCheck health_checks = 448370606;
| Type | Description |
| int |
getHealthChecksList()
public abstract List<HealthCheck> getHealthChecksList()A list of HealthChecks contained in this scope.
repeated .google.cloud.compute.v1.HealthCheck health_checks = 448370606;
| Type | Description |
| List<HealthCheck> |
getHealthChecksOrBuilder(int index)
public abstract HealthCheckOrBuilder getHealthChecksOrBuilder(int index)A list of HealthChecks contained in this scope.
repeated .google.cloud.compute.v1.HealthCheck health_checks = 448370606;
| Name | Description |
| index | int |
| Type | Description |
| HealthCheckOrBuilder |
getHealthChecksOrBuilderList()
public abstract List<? extends HealthCheckOrBuilder> getHealthChecksOrBuilderList()A list of HealthChecks contained in this scope.
repeated .google.cloud.compute.v1.HealthCheck health_checks = 448370606;
| Type | Description |
| List<? extends com.google.cloud.compute.v1.HealthCheckOrBuilder> |
getWarning()
public abstract Warning getWarning()Informational warning which replaces the list of backend services when the list is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;
| Type | Description |
| Warning | The warning. |
getWarningOrBuilder()
public abstract WarningOrBuilder getWarningOrBuilder()Informational warning which replaces the list of backend services when the list is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;
| Type | Description |
| WarningOrBuilder |
hasWarning()
public abstract boolean hasWarning()Informational warning which replaces the list of backend services when the list is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;
| Type | Description |
| boolean | Whether the warning field is set. |