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;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| 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;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the warning field is set. |