Interface InstanceGroupManagerStatusOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getAutoscaler()
      [Output Only] The URL of the Autoscaler that targets this instance group manager.
      com.google.protobuf.ByteString getAutoscalerBytes()
      [Output Only] The URL of the Autoscaler that targets this instance group manager.
      boolean getIsStable()
      [Output Only] A bit indicating whether the managed instance group is in a stable state.
      InstanceGroupManagerStatusStateful getStateful()
      [Output Only] Stateful status of the given Instance Group Manager.
      InstanceGroupManagerStatusStatefulOrBuilder getStatefulOrBuilder()
      [Output Only] Stateful status of the given Instance Group Manager.
      InstanceGroupManagerStatusVersionTarget getVersionTarget()
      [Output Only] A status of consistency of Instances' versions with their target version specified by version field on Instance Group Manager.
      InstanceGroupManagerStatusVersionTargetOrBuilder getVersionTargetOrBuilder()
      [Output Only] A status of consistency of Instances' versions with their target version specified by version field on Instance Group Manager.
      boolean hasAutoscaler()
      [Output Only] The URL of the Autoscaler that targets this instance group manager.
      boolean hasIsStable()
      [Output Only] A bit indicating whether the managed instance group is in a stable state.
      boolean hasStateful()
      [Output Only] Stateful status of the given Instance Group Manager.
      boolean hasVersionTarget()
      [Output Only] A status of consistency of Instances' versions with their target version specified by version field on Instance Group Manager.
      • 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

      • hasAutoscaler

        boolean hasAutoscaler()
         [Output Only] The URL of the Autoscaler that targets this instance group manager.
         
        optional string autoscaler = 517258967;
        Returns:
        Whether the autoscaler field is set.
      • getAutoscaler

        String getAutoscaler()
         [Output Only] The URL of the Autoscaler that targets this instance group manager.
         
        optional string autoscaler = 517258967;
        Returns:
        The autoscaler.
      • getAutoscalerBytes

        com.google.protobuf.ByteString getAutoscalerBytes()
         [Output Only] The URL of the Autoscaler that targets this instance group manager.
         
        optional string autoscaler = 517258967;
        Returns:
        The bytes for autoscaler.
      • hasIsStable

        boolean hasIsStable()
         [Output Only] A bit indicating whether the managed instance group is in a stable state. A stable state means that: none of the instances in the managed instance group is currently undergoing any type of change (for example, creation, restart, or deletion); no future changes are scheduled for instances in the managed instance group; and the managed instance group itself is not being modified.
         
        optional bool is_stable = 108410864;
        Returns:
        Whether the isStable field is set.
      • getIsStable

        boolean getIsStable()
         [Output Only] A bit indicating whether the managed instance group is in a stable state. A stable state means that: none of the instances in the managed instance group is currently undergoing any type of change (for example, creation, restart, or deletion); no future changes are scheduled for instances in the managed instance group; and the managed instance group itself is not being modified.
         
        optional bool is_stable = 108410864;
        Returns:
        The isStable.
      • hasStateful

        boolean hasStateful()
         [Output Only] Stateful status of the given Instance Group Manager.
         
        optional .google.cloud.compute.v1.InstanceGroupManagerStatusStateful stateful = 244462412;
        Returns:
        Whether the stateful field is set.
      • getStateful

        InstanceGroupManagerStatusStateful getStateful()
         [Output Only] Stateful status of the given Instance Group Manager.
         
        optional .google.cloud.compute.v1.InstanceGroupManagerStatusStateful stateful = 244462412;
        Returns:
        The stateful.
      • getStatefulOrBuilder

        InstanceGroupManagerStatusStatefulOrBuilder getStatefulOrBuilder()
         [Output Only] Stateful status of the given Instance Group Manager.
         
        optional .google.cloud.compute.v1.InstanceGroupManagerStatusStateful stateful = 244462412;
      • hasVersionTarget

        boolean hasVersionTarget()
         [Output Only] A status of consistency of Instances' versions with their target version specified by version field on Instance Group Manager.
         
        optional .google.cloud.compute.v1.InstanceGroupManagerStatusVersionTarget version_target = 289386200;
        Returns:
        Whether the versionTarget field is set.
      • getVersionTarget

        InstanceGroupManagerStatusVersionTarget getVersionTarget()
         [Output Only] A status of consistency of Instances' versions with their target version specified by version field on Instance Group Manager.
         
        optional .google.cloud.compute.v1.InstanceGroupManagerStatusVersionTarget version_target = 289386200;
        Returns:
        The versionTarget.
      • getVersionTargetOrBuilder

        InstanceGroupManagerStatusVersionTargetOrBuilder getVersionTargetOrBuilder()
         [Output Only] A status of consistency of Instances' versions with their target version specified by version field on Instance Group Manager.
         
        optional .google.cloud.compute.v1.InstanceGroupManagerStatusVersionTarget version_target = 289386200;