public interface UrlMapsScopedListOrBuilder extends MessageOrBuilderImplements
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;
| Name | Description |
| index | int |
| 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;
| 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;
| 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;
| Name | Description |
| index | int |
| 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;
| 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;
| 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;
| 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;
| Type | Description |
| boolean | Whether the warning field is set. |