Interface AutoscalersScopedListOrBuilder (1.43.0)

public interface AutoscalersScopedListOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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
NameDescription
indexint
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
boolean

Whether the warning field is set.