Interface UrlMapsScopedListOrBuilder (1.14.0)

public interface UrlMapsScopedListOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getUrlMaps(int index)

public abstract UrlMap getUrlMaps(int index)

A list of UrlMaps contained in this scope.

repeated .google.cloud.compute.v1.UrlMap url_maps = 103352167;

Parameter
NameDescription
indexint
Returns
TypeDescription
UrlMap

getUrlMapsCount()

public abstract int getUrlMapsCount()

A list of UrlMaps contained in this scope.

repeated .google.cloud.compute.v1.UrlMap url_maps = 103352167;

Returns
TypeDescription
int

getUrlMapsList()

public abstract List<UrlMap> getUrlMapsList()

A list of UrlMaps contained in this scope.

repeated .google.cloud.compute.v1.UrlMap url_maps = 103352167;

Returns
TypeDescription
List<UrlMap>

getUrlMapsOrBuilder(int index)

public abstract UrlMapOrBuilder getUrlMapsOrBuilder(int index)

A list of UrlMaps contained in this scope.

repeated .google.cloud.compute.v1.UrlMap url_maps = 103352167;

Parameter
NameDescription
indexint
Returns
TypeDescription
UrlMapOrBuilder

getUrlMapsOrBuilderList()

public abstract List<? extends UrlMapOrBuilder> getUrlMapsOrBuilderList()

A list of UrlMaps contained in this scope.

repeated .google.cloud.compute.v1.UrlMap url_maps = 103352167;

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

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.