Interface TargetHttpProxiesScopedListOrBuilder (1.17.0)

public interface TargetHttpProxiesScopedListOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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;

Parameter
NameDescription
indexint
Returns
TypeDescription
TargetHttpProxy

getTargetHttpProxiesCount()

public abstract int getTargetHttpProxiesCount()

A list of TargetHttpProxies contained in this scope.

repeated .google.cloud.compute.v1.TargetHttpProxy target_http_proxies = 162147011;

Returns
TypeDescription
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;

Returns
TypeDescription
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;

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

Returns
TypeDescription
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;

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.