public interface CompositeHealthChecksScopedListOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getCompositeHealthChecks(int index)
public abstract CompositeHealthCheck getCompositeHealthChecks(int index)A list of CompositeHealthChecks contained in this scope.
repeated .google.cloud.compute.v1.CompositeHealthCheck composite_health_checks = 517891062;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
CompositeHealthCheck |
|
getCompositeHealthChecksCount()
public abstract int getCompositeHealthChecksCount()A list of CompositeHealthChecks contained in this scope.
repeated .google.cloud.compute.v1.CompositeHealthCheck composite_health_checks = 517891062;
| Returns | |
|---|---|
| Type | Description |
int |
|
getCompositeHealthChecksList()
public abstract List<CompositeHealthCheck> getCompositeHealthChecksList()A list of CompositeHealthChecks contained in this scope.
repeated .google.cloud.compute.v1.CompositeHealthCheck composite_health_checks = 517891062;
| Returns | |
|---|---|
| Type | Description |
List<CompositeHealthCheck> |
|
getCompositeHealthChecksOrBuilder(int index)
public abstract CompositeHealthCheckOrBuilder getCompositeHealthChecksOrBuilder(int index)A list of CompositeHealthChecks contained in this scope.
repeated .google.cloud.compute.v1.CompositeHealthCheck composite_health_checks = 517891062;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
CompositeHealthCheckOrBuilder |
|
getCompositeHealthChecksOrBuilderList()
public abstract List<? extends CompositeHealthCheckOrBuilder> getCompositeHealthChecksOrBuilderList()A list of CompositeHealthChecks contained in this scope.
repeated .google.cloud.compute.v1.CompositeHealthCheck composite_health_checks = 517891062;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.compute.v1.CompositeHealthCheckOrBuilder> |
|
getWarning()
public abstract Warning getWarning()Informational warning which replaces the list of composite health checks 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 composite health checks 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 composite health checks when the list is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the warning field is set. |