public interface HealthSourcesScopedListOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getHealthSources(int index)
public abstract HealthSource getHealthSources(int index)A list of HealthSources contained in this scope.
repeated .google.cloud.compute.v1.HealthSource health_sources = 397879509;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
HealthSource |
|
getHealthSourcesCount()
public abstract int getHealthSourcesCount()A list of HealthSources contained in this scope.
repeated .google.cloud.compute.v1.HealthSource health_sources = 397879509;
| Returns | |
|---|---|
| Type | Description |
int |
|
getHealthSourcesList()
public abstract List<HealthSource> getHealthSourcesList()A list of HealthSources contained in this scope.
repeated .google.cloud.compute.v1.HealthSource health_sources = 397879509;
| Returns | |
|---|---|
| Type | Description |
List<HealthSource> |
|
getHealthSourcesOrBuilder(int index)
public abstract HealthSourceOrBuilder getHealthSourcesOrBuilder(int index)A list of HealthSources contained in this scope.
repeated .google.cloud.compute.v1.HealthSource health_sources = 397879509;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
HealthSourceOrBuilder |
|
getHealthSourcesOrBuilderList()
public abstract List<? extends HealthSourceOrBuilder> getHealthSourcesOrBuilderList()A list of HealthSources contained in this scope.
repeated .google.cloud.compute.v1.HealthSource health_sources = 397879509;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.compute.v1.HealthSourceOrBuilder> |
|
getWarning()
public abstract Warning getWarning()Informational warning which replaces the list of health sources 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 health sources 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 health sources when the list is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the warning field is set. |