Interface InstanceGroupManagerActionsSummaryOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      int getAbandoning()
      [Output Only] The total number of instances in the managed instance group that are scheduled to be abandoned.
      int getCreating()
      [Output Only] The number of instances in the managed instance group that are scheduled to be created or are currently being created.
      int getCreatingWithoutRetries()
      [Output Only] The number of instances that the managed instance group will attempt to create.
      int getDeleting()
      [Output Only] The number of instances in the managed instance group that are scheduled to be deleted or are currently being deleted.
      int getNone()
      [Output Only] The number of instances in the managed instance group that are running and have no scheduled actions.
      int getRecreating()
      [Output Only] The number of instances in the managed instance group that are scheduled to be recreated or are currently being being recreated.
      int getRefreshing()
      [Output Only] The number of instances in the managed instance group that are being reconfigured with properties that do not require a restart or a recreate action.
      int getRestarting()
      [Output Only] The number of instances in the managed instance group that are scheduled to be restarted or are currently being restarted.
      int getResuming()
      [Output Only] The number of instances in the managed instance group that are scheduled to be resumed or are currently being resumed.
      int getStarting()
      [Output Only] The number of instances in the managed instance group that are scheduled to be started or are currently being started.
      int getStopping()
      [Output Only] The number of instances in the managed instance group that are scheduled to be stopped or are currently being stopped.
      int getSuspending()
      [Output Only] The number of instances in the managed instance group that are scheduled to be suspended or are currently being suspended.
      int getVerifying()
      [Output Only] The number of instances in the managed instance group that are being verified.
      boolean hasAbandoning()
      [Output Only] The total number of instances in the managed instance group that are scheduled to be abandoned.
      boolean hasCreating()
      [Output Only] The number of instances in the managed instance group that are scheduled to be created or are currently being created.
      boolean hasCreatingWithoutRetries()
      [Output Only] The number of instances that the managed instance group will attempt to create.
      boolean hasDeleting()
      [Output Only] The number of instances in the managed instance group that are scheduled to be deleted or are currently being deleted.
      boolean hasNone()
      [Output Only] The number of instances in the managed instance group that are running and have no scheduled actions.
      boolean hasRecreating()
      [Output Only] The number of instances in the managed instance group that are scheduled to be recreated or are currently being being recreated.
      boolean hasRefreshing()
      [Output Only] The number of instances in the managed instance group that are being reconfigured with properties that do not require a restart or a recreate action.
      boolean hasRestarting()
      [Output Only] The number of instances in the managed instance group that are scheduled to be restarted or are currently being restarted.
      boolean hasResuming()
      [Output Only] The number of instances in the managed instance group that are scheduled to be resumed or are currently being resumed.
      boolean hasStarting()
      [Output Only] The number of instances in the managed instance group that are scheduled to be started or are currently being started.
      boolean hasStopping()
      [Output Only] The number of instances in the managed instance group that are scheduled to be stopped or are currently being stopped.
      boolean hasSuspending()
      [Output Only] The number of instances in the managed instance group that are scheduled to be suspended or are currently being suspended.
      boolean hasVerifying()
      [Output Only] The number of instances in the managed instance group that are being verified.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • hasAbandoning

        boolean hasAbandoning()
         [Output Only] The total number of instances in the managed instance group that are scheduled to be abandoned. Abandoning an instance removes it from the managed instance group without deleting it.
         
        optional int32 abandoning = 440023373;
        Returns:
        Whether the abandoning field is set.
      • getAbandoning

        int getAbandoning()
         [Output Only] The total number of instances in the managed instance group that are scheduled to be abandoned. Abandoning an instance removes it from the managed instance group without deleting it.
         
        optional int32 abandoning = 440023373;
        Returns:
        The abandoning.
      • hasCreating

        boolean hasCreating()
         [Output Only] The number of instances in the managed instance group that are scheduled to be created or are currently being created. If the group fails to create any of these instances, it tries again until it creates the instance successfully. If you have disabled creation retries, this field will not be populated; instead, the creatingWithoutRetries field will be populated.
         
        optional int32 creating = 209809081;
        Returns:
        Whether the creating field is set.
      • getCreating

        int getCreating()
         [Output Only] The number of instances in the managed instance group that are scheduled to be created or are currently being created. If the group fails to create any of these instances, it tries again until it creates the instance successfully. If you have disabled creation retries, this field will not be populated; instead, the creatingWithoutRetries field will be populated.
         
        optional int32 creating = 209809081;
        Returns:
        The creating.
      • hasCreatingWithoutRetries

        boolean hasCreatingWithoutRetries()
         [Output Only] The number of instances that the managed instance group will attempt to create. The group attempts to create each instance only once. If the group fails to create any of these instances, it decreases the group's targetSize value accordingly.
         
        optional int32 creating_without_retries = 369916745;
        Returns:
        Whether the creatingWithoutRetries field is set.
      • getCreatingWithoutRetries

        int getCreatingWithoutRetries()
         [Output Only] The number of instances that the managed instance group will attempt to create. The group attempts to create each instance only once. If the group fails to create any of these instances, it decreases the group's targetSize value accordingly.
         
        optional int32 creating_without_retries = 369916745;
        Returns:
        The creatingWithoutRetries.
      • hasDeleting

        boolean hasDeleting()
         [Output Only] The number of instances in the managed instance group that are scheduled to be deleted or are currently being deleted.
         
        optional int32 deleting = 282846120;
        Returns:
        Whether the deleting field is set.
      • getDeleting

        int getDeleting()
         [Output Only] The number of instances in the managed instance group that are scheduled to be deleted or are currently being deleted.
         
        optional int32 deleting = 282846120;
        Returns:
        The deleting.
      • hasNone

        boolean hasNone()
         [Output Only] The number of instances in the managed instance group that are running and have no scheduled actions.
         
        optional int32 none = 3387192;
        Returns:
        Whether the none field is set.
      • getNone

        int getNone()
         [Output Only] The number of instances in the managed instance group that are running and have no scheduled actions.
         
        optional int32 none = 3387192;
        Returns:
        The none.
      • hasRecreating

        boolean hasRecreating()
         [Output Only] The number of instances in the managed instance group that are scheduled to be recreated or are currently being being recreated. Recreating an instance deletes the existing root persistent disk and creates a new disk from the image that is defined in the instance template.
         
        optional int32 recreating = 339057132;
        Returns:
        Whether the recreating field is set.
      • getRecreating

        int getRecreating()
         [Output Only] The number of instances in the managed instance group that are scheduled to be recreated or are currently being being recreated. Recreating an instance deletes the existing root persistent disk and creates a new disk from the image that is defined in the instance template.
         
        optional int32 recreating = 339057132;
        Returns:
        The recreating.
      • hasRefreshing

        boolean hasRefreshing()
         [Output Only] The number of instances in the managed instance group that are being reconfigured with properties that do not require a restart or a recreate action. For example, setting or removing target pools for the instance.
         
        optional int32 refreshing = 215044903;
        Returns:
        Whether the refreshing field is set.
      • getRefreshing

        int getRefreshing()
         [Output Only] The number of instances in the managed instance group that are being reconfigured with properties that do not require a restart or a recreate action. For example, setting or removing target pools for the instance.
         
        optional int32 refreshing = 215044903;
        Returns:
        The refreshing.
      • hasRestarting

        boolean hasRestarting()
         [Output Only] The number of instances in the managed instance group that are scheduled to be restarted or are currently being restarted.
         
        optional int32 restarting = 372312947;
        Returns:
        Whether the restarting field is set.
      • getRestarting

        int getRestarting()
         [Output Only] The number of instances in the managed instance group that are scheduled to be restarted or are currently being restarted.
         
        optional int32 restarting = 372312947;
        Returns:
        The restarting.
      • hasResuming

        boolean hasResuming()
         [Output Only] The number of instances in the managed instance group that are scheduled to be resumed or are currently being resumed.
         
        optional int32 resuming = 201100714;
        Returns:
        Whether the resuming field is set.
      • getResuming

        int getResuming()
         [Output Only] The number of instances in the managed instance group that are scheduled to be resumed or are currently being resumed.
         
        optional int32 resuming = 201100714;
        Returns:
        The resuming.
      • hasStarting

        boolean hasStarting()
         [Output Only] The number of instances in the managed instance group that are scheduled to be started or are currently being started.
         
        optional int32 starting = 243064896;
        Returns:
        Whether the starting field is set.
      • getStarting

        int getStarting()
         [Output Only] The number of instances in the managed instance group that are scheduled to be started or are currently being started.
         
        optional int32 starting = 243064896;
        Returns:
        The starting.
      • hasStopping

        boolean hasStopping()
         [Output Only] The number of instances in the managed instance group that are scheduled to be stopped or are currently being stopped.
         
        optional int32 stopping = 105035892;
        Returns:
        Whether the stopping field is set.
      • getStopping

        int getStopping()
         [Output Only] The number of instances in the managed instance group that are scheduled to be stopped or are currently being stopped.
         
        optional int32 stopping = 105035892;
        Returns:
        The stopping.
      • hasSuspending

        boolean hasSuspending()
         [Output Only] The number of instances in the managed instance group that are scheduled to be suspended or are currently being suspended.
         
        optional int32 suspending = 29113894;
        Returns:
        Whether the suspending field is set.
      • getSuspending

        int getSuspending()
         [Output Only] The number of instances in the managed instance group that are scheduled to be suspended or are currently being suspended.
         
        optional int32 suspending = 29113894;
        Returns:
        The suspending.
      • hasVerifying

        boolean hasVerifying()
         [Output Only] The number of instances in the managed instance group that are being verified. See the managedInstances[].currentAction property in the listManagedInstances method documentation.
         
        optional int32 verifying = 451612873;
        Returns:
        Whether the verifying field is set.
      • getVerifying

        int getVerifying()
         [Output Only] The number of instances in the managed instance group that are being verified. See the managedInstances[].currentAction property in the listManagedInstances method documentation.
         
        optional int32 verifying = 451612873;
        Returns:
        The verifying.