Interface TargetTcpProxiesScopedListOrBuilder (1.26.0)

public interface TargetTcpProxiesScopedListOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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
NameDescription
indexint
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
boolean

Whether the warning field is set.