Package com.google.cloud.compute.v1
Interface AutoscalersScopedListOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AutoscalersScopedList
,AutoscalersScopedList.Builder
public interface AutoscalersScopedListOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Autoscaler
getAutoscalers(int index)
[Output Only] A list of autoscalers contained in this scope.int
getAutoscalersCount()
[Output Only] A list of autoscalers contained in this scope.List<Autoscaler>
getAutoscalersList()
[Output Only] A list of autoscalers contained in this scope.AutoscalerOrBuilder
getAutoscalersOrBuilder(int index)
[Output Only] A list of autoscalers contained in this scope.List<? extends AutoscalerOrBuilder>
getAutoscalersOrBuilderList()
[Output Only] A list of autoscalers contained in this scope.Warning
getWarning()
[Output Only] Informational warning which replaces the list of autoscalers when the list is empty.WarningOrBuilder
getWarningOrBuilder()
[Output Only] Informational warning which replaces the list of autoscalers when the list is empty.boolean
hasWarning()
[Output Only] Informational warning which replaces the list of autoscalers 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
-
getAutoscalersList
List<Autoscaler> getAutoscalersList()
[Output Only] A list of autoscalers contained in this scope.
repeated .google.cloud.compute.v1.Autoscaler autoscalers = 465771644;
-
getAutoscalers
Autoscaler getAutoscalers(int index)
[Output Only] A list of autoscalers contained in this scope.
repeated .google.cloud.compute.v1.Autoscaler autoscalers = 465771644;
-
getAutoscalersCount
int getAutoscalersCount()
[Output Only] A list of autoscalers contained in this scope.
repeated .google.cloud.compute.v1.Autoscaler autoscalers = 465771644;
-
getAutoscalersOrBuilderList
List<? extends AutoscalerOrBuilder> getAutoscalersOrBuilderList()
[Output Only] A list of autoscalers contained in this scope.
repeated .google.cloud.compute.v1.Autoscaler autoscalers = 465771644;
-
getAutoscalersOrBuilder
AutoscalerOrBuilder getAutoscalersOrBuilder(int index)
[Output Only] A list of autoscalers contained in this scope.
repeated .google.cloud.compute.v1.Autoscaler autoscalers = 465771644;
-
hasWarning
boolean hasWarning()
[Output Only] Informational warning which replaces the list of autoscalers when the list is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;
- Returns:
- Whether the warning field is set.
-
getWarning
Warning getWarning()
[Output Only] Informational warning which replaces the list of autoscalers when the list is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;
- Returns:
- The warning.
-
getWarningOrBuilder
WarningOrBuilder getWarningOrBuilder()
[Output Only] Informational warning which replaces the list of autoscalers when the list is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;
-
-