Interface InstanceGroupManagersScopedListOrBuilder

    • 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;