Interface HealthChecksScopedListOrBuilder (1.51.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
NameDescription
indexint
Returns
TypeDescription
HealthCheck

getHealthChecksCount()

public abstract int getHealthChecksCount()

A list of HealthChecks contained in this scope.

repeated .google.cloud.compute.v1.HealthCheck health_checks = 448370606;

Returns
TypeDescription
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
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
boolean

Whether the warning field is set.