public interface UrlMapsScopedListOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
UrlMap |
getUrlMaps(int index)
A list of UrlMaps contained in this scope.
|
int |
getUrlMapsCount()
A list of UrlMaps contained in this scope.
|
List<UrlMap> |
getUrlMapsList()
A list of UrlMaps contained in this scope.
|
UrlMapOrBuilder |
getUrlMapsOrBuilder(int index)
A list of UrlMaps contained in this scope.
|
List<? extends UrlMapOrBuilder> |
getUrlMapsOrBuilderList()
A list of UrlMaps contained in this scope.
|
Warning |
getWarning()
Informational warning which replaces the list of backend services when the list is empty.
|
WarningOrBuilder |
getWarningOrBuilder()
Informational warning which replaces the list of backend services when the list is empty.
|
boolean |
hasWarning()
Informational warning which replaces the list of backend services when the list is empty.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<UrlMap> getUrlMapsList()
A list of UrlMaps contained in this scope.
repeated .google.cloud.compute.v1.UrlMap url_maps = 103352167;UrlMap getUrlMaps(int index)
A list of UrlMaps contained in this scope.
repeated .google.cloud.compute.v1.UrlMap url_maps = 103352167;int getUrlMapsCount()
A list of UrlMaps contained in this scope.
repeated .google.cloud.compute.v1.UrlMap url_maps = 103352167;List<? extends UrlMapOrBuilder> getUrlMapsOrBuilderList()
A list of UrlMaps contained in this scope.
repeated .google.cloud.compute.v1.UrlMap url_maps = 103352167;UrlMapOrBuilder getUrlMapsOrBuilder(int index)
A list of UrlMaps contained in this scope.
repeated .google.cloud.compute.v1.UrlMap url_maps = 103352167;boolean hasWarning()
Informational warning which replaces the list of backend services when the list is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;Warning getWarning()
Informational warning which replaces the list of backend services when the list is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;WarningOrBuilder getWarningOrBuilder()
Informational warning which replaces the list of backend services when the list is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;Copyright © 2023 Google LLC. All rights reserved.