Package com.google.cloud.compute.v1
Interface UrlMapsScopedListOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
UrlMapsScopedList
,UrlMapsScopedList.Builder
public interface UrlMapsScopedListOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getUrlMapsList
List<UrlMap> getUrlMapsList()
A list of UrlMaps contained in this scope.
repeated .google.cloud.compute.v1.UrlMap url_maps = 103352167;
-
getUrlMaps
UrlMap getUrlMaps(int index)
A list of UrlMaps contained in this scope.
repeated .google.cloud.compute.v1.UrlMap url_maps = 103352167;
-
getUrlMapsCount
int getUrlMapsCount()
A list of UrlMaps contained in this scope.
repeated .google.cloud.compute.v1.UrlMap url_maps = 103352167;
-
getUrlMapsOrBuilderList
List<? extends UrlMapOrBuilder> getUrlMapsOrBuilderList()
A list of UrlMaps contained in this scope.
repeated .google.cloud.compute.v1.UrlMap url_maps = 103352167;
-
getUrlMapsOrBuilder
UrlMapOrBuilder getUrlMapsOrBuilder(int index)
A list of UrlMaps contained in this scope.
repeated .google.cloud.compute.v1.UrlMap url_maps = 103352167;
-
hasWarning
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:
- Whether the warning field is set.
-
getWarning
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:
- The warning.
-
getWarningOrBuilder
WarningOrBuilder getWarningOrBuilder()
Informational warning which replaces the list of backend services when the list is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;
-
-