Interface TargetHttpProxiesScopedListOrBuilder (1.52.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
Name Description
index int
Returns
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;

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

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

Parameter
Name Description
index int
Returns
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;

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

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.