Package com.google.cloud.compute.v1
Interface InstanceGroupManagersScopedListOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
InstanceGroupManagersScopedList,InstanceGroupManagersScopedList.Builder
public interface InstanceGroupManagersScopedListOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InstanceGroupManagergetInstanceGroupManagers(int index)[Output Only] The list of managed instance groups that are contained in the specified project and zone.intgetInstanceGroupManagersCount()[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.InstanceGroupManagerOrBuildergetInstanceGroupManagersOrBuilder(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.WarninggetWarning()[Output Only] The warning that replaces the list of managed instance groups when the list is empty.WarningOrBuildergetWarningOrBuilder()[Output Only] The warning that replaces the list of managed instance groups when the list is empty.booleanhasWarning()[Output Only] The warning that replaces the list of managed instance groups when the list is empty.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getInstanceGroupManagersList
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;
-
getInstanceGroupManagers
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;
-
getInstanceGroupManagersCount
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;
-
getInstanceGroupManagersOrBuilderList
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;
-
getInstanceGroupManagersOrBuilder
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;
-
hasWarning
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:
- Whether the warning field is set.
-
getWarning
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:
- The warning.
-
getWarningOrBuilder
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;
-
-