public interface InstanceGroupManagersScopedListOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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;
| Name | Description |
| index | int |
| 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;
| 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;
| 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;
| Name | Description |
| index | int |
| 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;
| 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;
| 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;
| 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;
| Type | Description |
| boolean | Whether the warning field is set. |