public interface InstanceGroupManagersScopedListOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
InstanceGroupManager |
getInstanceGroupManagers(int index)
[Output Only] The list of managed instance groups that are contained in the specified project and zone.
|
int |
getInstanceGroupManagersCount()
[Output Only] The list of managed instance groups that are contained in the specified project and zone.
|
List<InstanceGroupManager> |
getInstanceGroupManagersList()
[Output Only] The list of managed instance groups that are contained in the specified project and zone.
|
InstanceGroupManagerOrBuilder |
getInstanceGroupManagersOrBuilder(int index)
[Output Only] The list of managed instance groups that are contained in the specified project and zone.
|
List<? extends InstanceGroupManagerOrBuilder> |
getInstanceGroupManagersOrBuilderList()
[Output Only] The list of managed instance groups that are contained in the specified project and zone.
|
Warning |
getWarning()
[Output Only] The warning that replaces the list of managed instance groups when the list is empty.
|
WarningOrBuilder |
getWarningOrBuilder()
[Output Only] The warning that replaces the list of managed instance groups when the list is empty.
|
boolean |
hasWarning()
[Output Only] The warning that replaces the list of managed instance groups when the list is empty.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<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;
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;
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;
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;
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;
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;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;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;Copyright © 2023 Google LLC. All rights reserved.