Interface InstanceGroupManagersScopedListOrBuilder (1.105.0)

public interface InstanceGroupManagersScopedListOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getInstanceGroupManagers(int index)

public abstract InstanceGroupManager getInstanceGroupManagers(int index)

Output only. The list of managed instance groups that are contained in the specified project and zone.

repeated .google.cloud.compute.v1.InstanceGroupManager instance_group_managers = 214072592;

Parameter
Name Description
index int
Returns
Type Description
InstanceGroupManager

getInstanceGroupManagersCount()

public abstract int getInstanceGroupManagersCount()

Output only. The list of managed instance groups that are contained in the specified project and zone.

repeated .google.cloud.compute.v1.InstanceGroupManager instance_group_managers = 214072592;

Returns
Type Description
int

getInstanceGroupManagersList()

public abstract List<InstanceGroupManager> getInstanceGroupManagersList()

Output only. The list of managed instance groups that are contained in the specified project and zone.

repeated .google.cloud.compute.v1.InstanceGroupManager instance_group_managers = 214072592;

Returns
Type Description
List<InstanceGroupManager>

getInstanceGroupManagersOrBuilder(int index)

public abstract InstanceGroupManagerOrBuilder getInstanceGroupManagersOrBuilder(int index)

Output only. The list of managed instance groups that are contained in the specified project and zone.

repeated .google.cloud.compute.v1.InstanceGroupManager instance_group_managers = 214072592;

Parameter
Name Description
index int
Returns
Type Description
InstanceGroupManagerOrBuilder

getInstanceGroupManagersOrBuilderList()

public abstract List<? extends InstanceGroupManagerOrBuilder> getInstanceGroupManagersOrBuilderList()

Output only. The list of managed instance groups that are contained in the specified project and zone.

repeated .google.cloud.compute.v1.InstanceGroupManager instance_group_managers = 214072592;

Returns
Type Description
List<? extends com.google.cloud.compute.v1.InstanceGroupManagerOrBuilder>

getWarning()

public abstract Warning getWarning()

Output only. The warning that replaces the list of managed instance groups 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. The warning that replaces the list of managed instance groups when the list is empty.

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

Returns
Type Description
WarningOrBuilder

hasWarning()

public abstract boolean hasWarning()

Output only. The warning that replaces the list of managed instance groups when the list is empty.

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

Returns
Type Description
boolean

Whether the warning field is set.