public interface HealthChecksScopedListOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
HealthCheck |
getHealthChecks(int index)
A list of HealthChecks contained in this scope.
|
int |
getHealthChecksCount()
A list of HealthChecks contained in this scope.
|
List<HealthCheck> |
getHealthChecksList()
A list of HealthChecks contained in this scope.
|
HealthCheckOrBuilder |
getHealthChecksOrBuilder(int index)
A list of HealthChecks contained in this scope.
|
List<? extends HealthCheckOrBuilder> |
getHealthChecksOrBuilderList()
A list of HealthChecks contained in this scope.
|
Warning |
getWarning()
Informational warning which replaces the list of backend services when the list is empty.
|
WarningOrBuilder |
getWarningOrBuilder()
Informational warning which replaces the list of backend services when the list is empty.
|
boolean |
hasWarning()
Informational warning which replaces the list of backend services when the list is empty.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<HealthCheck> getHealthChecksList()
A list of HealthChecks contained in this scope.
repeated .google.cloud.compute.v1.HealthCheck health_checks = 448370606;HealthCheck getHealthChecks(int index)
A list of HealthChecks contained in this scope.
repeated .google.cloud.compute.v1.HealthCheck health_checks = 448370606;int getHealthChecksCount()
A list of HealthChecks contained in this scope.
repeated .google.cloud.compute.v1.HealthCheck health_checks = 448370606;List<? extends HealthCheckOrBuilder> getHealthChecksOrBuilderList()
A list of HealthChecks contained in this scope.
repeated .google.cloud.compute.v1.HealthCheck health_checks = 448370606;HealthCheckOrBuilder getHealthChecksOrBuilder(int index)
A list of HealthChecks contained in this scope.
repeated .google.cloud.compute.v1.HealthCheck health_checks = 448370606;boolean hasWarning()
Informational warning which replaces the list of backend services when the list is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;Warning getWarning()
Informational warning which replaces the list of backend services when the list is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;WarningOrBuilder getWarningOrBuilder()
Informational warning which replaces the list of backend services when the list is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;Copyright © 2023 Google LLC. All rights reserved.