public interface TargetTcpProxiesScopedListOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getTargetTcpProxies(int index)
public abstract TargetTcpProxy getTargetTcpProxies(int index)A list of TargetTcpProxies contained in this scope.
repeated .google.cloud.compute.v1.TargetTcpProxy target_tcp_proxies = 262056832;
| Name | Description |
| index | int |
| Type | Description |
| TargetTcpProxy |
getTargetTcpProxiesCount()
public abstract int getTargetTcpProxiesCount()A list of TargetTcpProxies contained in this scope.
repeated .google.cloud.compute.v1.TargetTcpProxy target_tcp_proxies = 262056832;
| Type | Description |
| int |
getTargetTcpProxiesList()
public abstract List<TargetTcpProxy> getTargetTcpProxiesList()A list of TargetTcpProxies contained in this scope.
repeated .google.cloud.compute.v1.TargetTcpProxy target_tcp_proxies = 262056832;
| Type | Description |
| List<TargetTcpProxy> |
getTargetTcpProxiesOrBuilder(int index)
public abstract TargetTcpProxyOrBuilder getTargetTcpProxiesOrBuilder(int index)A list of TargetTcpProxies contained in this scope.
repeated .google.cloud.compute.v1.TargetTcpProxy target_tcp_proxies = 262056832;
| Name | Description |
| index | int |
| Type | Description |
| TargetTcpProxyOrBuilder |
getTargetTcpProxiesOrBuilderList()
public abstract List<? extends TargetTcpProxyOrBuilder> getTargetTcpProxiesOrBuilderList()A list of TargetTcpProxies contained in this scope.
repeated .google.cloud.compute.v1.TargetTcpProxy target_tcp_proxies = 262056832;
| Type | Description |
| List<? extends com.google.cloud.compute.v1.TargetTcpProxyOrBuilder> |
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. |