public interface UrlMapsScopedListOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
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 | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
UrlMap |
getUrlMapsCount()
public abstract int getUrlMapsCount()
A list of UrlMaps contained in this scope.
repeated .google.cloud.compute.v1.UrlMap url_maps = 103352167;
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
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. |