public interface BackendServicesScopedListOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getBackendServices(int index)
public abstract BackendService getBackendServices(int index)A list of BackendServices contained in this scope.
repeated .google.cloud.compute.v1.BackendService backend_services = 388522409;
| Name | Description |
| index | int |
| Type | Description |
| BackendService |
getBackendServicesCount()
public abstract int getBackendServicesCount()A list of BackendServices contained in this scope.
repeated .google.cloud.compute.v1.BackendService backend_services = 388522409;
| Type | Description |
| int |
getBackendServicesList()
public abstract List<BackendService> getBackendServicesList()A list of BackendServices contained in this scope.
repeated .google.cloud.compute.v1.BackendService backend_services = 388522409;
| Type | Description |
| List<BackendService> |
getBackendServicesOrBuilder(int index)
public abstract BackendServiceOrBuilder getBackendServicesOrBuilder(int index)A list of BackendServices contained in this scope.
repeated .google.cloud.compute.v1.BackendService backend_services = 388522409;
| Name | Description |
| index | int |
| Type | Description |
| BackendServiceOrBuilder |
getBackendServicesOrBuilderList()
public abstract List<? extends BackendServiceOrBuilder> getBackendServicesOrBuilderList()A list of BackendServices contained in this scope.
repeated .google.cloud.compute.v1.BackendService backend_services = 388522409;
| Type | Description |
| List<? extends com.google.cloud.compute.v1.BackendServiceOrBuilder> |
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;
| 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;
| 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;
| Type | Description |
| boolean | Whether the warning field is set. |