Interface TargetHttpsProxiesScopedListOrBuilder (1.51.0)

public interface TargetHttpsProxiesScopedListOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getTargetHttpsProxies(int index)

public abstract TargetHttpsProxy getTargetHttpsProxies(int index)

A list of TargetHttpsProxies contained in this scope.

repeated .google.cloud.compute.v1.TargetHttpsProxy target_https_proxies = 366607882;

Parameter
NameDescription
indexint
Returns
TypeDescription
TargetHttpsProxy

getTargetHttpsProxiesCount()

public abstract int getTargetHttpsProxiesCount()

A list of TargetHttpsProxies contained in this scope.

repeated .google.cloud.compute.v1.TargetHttpsProxy target_https_proxies = 366607882;

Returns
TypeDescription
int

getTargetHttpsProxiesList()

public abstract List<TargetHttpsProxy> getTargetHttpsProxiesList()

A list of TargetHttpsProxies contained in this scope.

repeated .google.cloud.compute.v1.TargetHttpsProxy target_https_proxies = 366607882;

Returns
TypeDescription
List<TargetHttpsProxy>

getTargetHttpsProxiesOrBuilder(int index)

public abstract TargetHttpsProxyOrBuilder getTargetHttpsProxiesOrBuilder(int index)

A list of TargetHttpsProxies contained in this scope.

repeated .google.cloud.compute.v1.TargetHttpsProxy target_https_proxies = 366607882;

Parameter
NameDescription
indexint
Returns
TypeDescription
TargetHttpsProxyOrBuilder

getTargetHttpsProxiesOrBuilderList()

public abstract List<? extends TargetHttpsProxyOrBuilder> getTargetHttpsProxiesOrBuilderList()

A list of TargetHttpsProxies contained in this scope.

repeated .google.cloud.compute.v1.TargetHttpsProxy target_https_proxies = 366607882;

Returns
TypeDescription
List<? extends com.google.cloud.compute.v1.TargetHttpsProxyOrBuilder>

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.