public interface HealthCheckServicesScopedListOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getResources(int index)
public abstract HealthCheckService getResources(int index)A list of HealthCheckServices contained in this scope.
repeated .google.cloud.compute.v1.HealthCheckService resources = 164412965;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
HealthCheckService |
|
getResourcesCount()
public abstract int getResourcesCount()A list of HealthCheckServices contained in this scope.
repeated .google.cloud.compute.v1.HealthCheckService resources = 164412965;
| Returns | |
|---|---|
| Type | Description |
int |
|
getResourcesList()
public abstract List<HealthCheckService> getResourcesList()A list of HealthCheckServices contained in this scope.
repeated .google.cloud.compute.v1.HealthCheckService resources = 164412965;
| Returns | |
|---|---|
| Type | Description |
List<HealthCheckService> |
|
getResourcesOrBuilder(int index)
public abstract HealthCheckServiceOrBuilder getResourcesOrBuilder(int index)A list of HealthCheckServices contained in this scope.
repeated .google.cloud.compute.v1.HealthCheckService resources = 164412965;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
HealthCheckServiceOrBuilder |
|
getResourcesOrBuilderList()
public abstract List<? extends HealthCheckServiceOrBuilder> getResourcesOrBuilderList()A list of HealthCheckServices contained in this scope.
repeated .google.cloud.compute.v1.HealthCheckService resources = 164412965;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.compute.v1.HealthCheckServiceOrBuilder> |
|
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. |