public interface AutoscalersScopedListOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAutoscalers(int index)
public abstract Autoscaler getAutoscalers(int index)[Output Only] A list of autoscalers contained in this scope.
repeated .google.cloud.compute.v1.Autoscaler autoscalers = 465771644;
| Name | Description |
| index | int |
| Type | Description |
| Autoscaler |
getAutoscalersCount()
public abstract int getAutoscalersCount()[Output Only] A list of autoscalers contained in this scope.
repeated .google.cloud.compute.v1.Autoscaler autoscalers = 465771644;
| Type | Description |
| int |
getAutoscalersList()
public abstract List<Autoscaler> getAutoscalersList()[Output Only] A list of autoscalers contained in this scope.
repeated .google.cloud.compute.v1.Autoscaler autoscalers = 465771644;
| Type | Description |
| List<Autoscaler> |
getAutoscalersOrBuilder(int index)
public abstract AutoscalerOrBuilder getAutoscalersOrBuilder(int index)[Output Only] A list of autoscalers contained in this scope.
repeated .google.cloud.compute.v1.Autoscaler autoscalers = 465771644;
| Name | Description |
| index | int |
| Type | Description |
| AutoscalerOrBuilder |
getAutoscalersOrBuilderList()
public abstract List<? extends AutoscalerOrBuilder> getAutoscalersOrBuilderList()[Output Only] A list of autoscalers contained in this scope.
repeated .google.cloud.compute.v1.Autoscaler autoscalers = 465771644;
| Type | Description |
| List<? extends com.google.cloud.compute.v1.AutoscalerOrBuilder> |
getWarning()
public abstract 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;
| Type | Description |
| Warning | The warning. |
getWarningOrBuilder()
public abstract 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;
| Type | Description |
| WarningOrBuilder |
hasWarning()
public abstract 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;
| Type | Description |
| boolean | Whether the warning field is set. |