public interface TargetHttpProxiesScopedListOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getTargetHttpProxies(int index)
public abstract TargetHttpProxy getTargetHttpProxies(int index)A list of TargetHttpProxies contained in this scope.
repeated .google.cloud.compute.v1.TargetHttpProxy target_http_proxies = 162147011;
| Name | Description |
| index | int |
| Type | Description |
| TargetHttpProxy |
getTargetHttpProxiesCount()
public abstract int getTargetHttpProxiesCount()A list of TargetHttpProxies contained in this scope.
repeated .google.cloud.compute.v1.TargetHttpProxy target_http_proxies = 162147011;
| Type | Description |
| int |
getTargetHttpProxiesList()
public abstract List<TargetHttpProxy> getTargetHttpProxiesList()A list of TargetHttpProxies contained in this scope.
repeated .google.cloud.compute.v1.TargetHttpProxy target_http_proxies = 162147011;
| Type | Description |
| List<TargetHttpProxy> |
getTargetHttpProxiesOrBuilder(int index)
public abstract TargetHttpProxyOrBuilder getTargetHttpProxiesOrBuilder(int index)A list of TargetHttpProxies contained in this scope.
repeated .google.cloud.compute.v1.TargetHttpProxy target_http_proxies = 162147011;
| Name | Description |
| index | int |
| Type | Description |
| TargetHttpProxyOrBuilder |
getTargetHttpProxiesOrBuilderList()
public abstract List<? extends TargetHttpProxyOrBuilder> getTargetHttpProxiesOrBuilderList()A list of TargetHttpProxies contained in this scope.
repeated .google.cloud.compute.v1.TargetHttpProxy target_http_proxies = 162147011;
| Type | Description |
| List<? extends com.google.cloud.compute.v1.TargetHttpProxyOrBuilder> |
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. |