Interface InstanceGroupsScopedListOrBuilder (1.30.0)

public interface InstanceGroupsScopedListOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getInstanceGroups(int index)

public abstract InstanceGroup getInstanceGroups(int index)

[Output Only] The list of instance groups that are contained in this scope.

repeated .google.cloud.compute.v1.InstanceGroup instance_groups = 366469310;

Parameter
NameDescription
indexint
Returns
TypeDescription
InstanceGroup

getInstanceGroupsCount()

public abstract int getInstanceGroupsCount()

[Output Only] The list of instance groups that are contained in this scope.

repeated .google.cloud.compute.v1.InstanceGroup instance_groups = 366469310;

Returns
TypeDescription
int

getInstanceGroupsList()

public abstract List<InstanceGroup> getInstanceGroupsList()

[Output Only] The list of instance groups that are contained in this scope.

repeated .google.cloud.compute.v1.InstanceGroup instance_groups = 366469310;

Returns
TypeDescription
List<InstanceGroup>

getInstanceGroupsOrBuilder(int index)

public abstract InstanceGroupOrBuilder getInstanceGroupsOrBuilder(int index)

[Output Only] The list of instance groups that are contained in this scope.

repeated .google.cloud.compute.v1.InstanceGroup instance_groups = 366469310;

Parameter
NameDescription
indexint
Returns
TypeDescription
InstanceGroupOrBuilder

getInstanceGroupsOrBuilderList()

public abstract List<? extends InstanceGroupOrBuilder> getInstanceGroupsOrBuilderList()

[Output Only] The list of instance groups that are contained in this scope.

repeated .google.cloud.compute.v1.InstanceGroup instance_groups = 366469310;

Returns
TypeDescription
List<? extends com.google.cloud.compute.v1.InstanceGroupOrBuilder>

getWarning()

public abstract Warning getWarning()

[Output Only] An informational warning that replaces the list of instance groups 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] An informational warning that replaces the list of instance groups when the list is empty.

optional .google.cloud.compute.v1.Warning warning = 50704284;

Returns
TypeDescription
WarningOrBuilder

hasWarning()

public abstract boolean hasWarning()

[Output Only] An informational warning that replaces the list of instance groups when the list is empty.

optional .google.cloud.compute.v1.Warning warning = 50704284;

Returns
TypeDescription
boolean

Whether the warning field is set.