public interface TargetTcpProxiesScopedListOrBuilder extends MessageOrBuilder
Implements
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;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
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;
Returns | |
---|---|
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;
Returns | |
---|---|
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;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
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;
Returns | |
---|---|
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;
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. |