Interface HealthChecksScopedListOrBuilder (1.52.0)

public interface HealthChecksScopedListOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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;

Parameter
Name Description
index int
Returns
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;

Returns
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;

Returns
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;

Parameter
Name Description
index int
Returns
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;

Returns
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;

Returns
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;

Returns
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;

Returns
Type Description
boolean

Whether the warning field is set.