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