Interface InstanceGroupManagersScopedListOrBuilder (1.47.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
NameDescription
indexint
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
boolean

Whether the warning field is set.