Class InstanceGroupManagerStatus.Builder

    • Method Detail

      • getDescriptor

        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
      • internalGetFieldAccessorTable

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<InstanceGroupManagerStatus.Builder>
      • getDescriptorForType

        public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
        Specified by:
        getDescriptorForType in interface com.google.protobuf.Message.Builder
        Specified by:
        getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
        Overrides:
        getDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<InstanceGroupManagerStatus.Builder>
      • getDefaultInstanceForType

        public InstanceGroupManagerStatus getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
      • build

        public InstanceGroupManagerStatus build()
        Specified by:
        build in interface com.google.protobuf.Message.Builder
        Specified by:
        build in interface com.google.protobuf.MessageLite.Builder
      • buildPartial

        public InstanceGroupManagerStatus buildPartial()
        Specified by:
        buildPartial in interface com.google.protobuf.Message.Builder
        Specified by:
        buildPartial in interface com.google.protobuf.MessageLite.Builder
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<InstanceGroupManagerStatus.Builder>
      • mergeFrom

        public InstanceGroupManagerStatus.Builder mergeFrom​(com.google.protobuf.CodedInputStream input,
                                                            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                     throws IOException
        Specified by:
        mergeFrom in interface com.google.protobuf.Message.Builder
        Specified by:
        mergeFrom in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        mergeFrom in class com.google.protobuf.AbstractMessage.Builder<InstanceGroupManagerStatus.Builder>
        Throws:
        IOException
      • hasAutoscaler

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

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

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

        public InstanceGroupManagerStatus.Builder setAutoscaler​(String value)
         [Output Only] The URL of the Autoscaler that targets this instance group manager.
         
        optional string autoscaler = 517258967;
        Parameters:
        value - The autoscaler to set.
        Returns:
        This builder for chaining.
      • clearAutoscaler

        public InstanceGroupManagerStatus.Builder clearAutoscaler()
         [Output Only] The URL of the Autoscaler that targets this instance group manager.
         
        optional string autoscaler = 517258967;
        Returns:
        This builder for chaining.
      • setAutoscalerBytes

        public InstanceGroupManagerStatus.Builder setAutoscalerBytes​(com.google.protobuf.ByteString value)
         [Output Only] The URL of the Autoscaler that targets this instance group manager.
         
        optional string autoscaler = 517258967;
        Parameters:
        value - The bytes for autoscaler to set.
        Returns:
        This builder for chaining.
      • hasIsStable

        public 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;
        Specified by:
        hasIsStable in interface InstanceGroupManagerStatusOrBuilder
        Returns:
        Whether the isStable field is set.
      • getIsStable

        public 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;
        Specified by:
        getIsStable in interface InstanceGroupManagerStatusOrBuilder
        Returns:
        The isStable.
      • setIsStable

        public InstanceGroupManagerStatus.Builder setIsStable​(boolean value)
         [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;
        Parameters:
        value - The isStable to set.
        Returns:
        This builder for chaining.
      • clearIsStable

        public InstanceGroupManagerStatus.Builder clearIsStable()
         [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:
        This builder for chaining.
      • hasStateful

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

        public InstanceGroupManagerStatus.Builder clearStateful()
         [Output Only] Stateful status of the given Instance Group Manager.
         
        optional .google.cloud.compute.v1.InstanceGroupManagerStatusStateful stateful = 244462412;
      • getStatefulBuilder

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

        public 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;
        Specified by:
        hasVersionTarget in interface InstanceGroupManagerStatusOrBuilder
        Returns:
        Whether the versionTarget field is set.
      • setVersionTarget

        public InstanceGroupManagerStatus.Builder setVersionTarget​(InstanceGroupManagerStatusVersionTarget value)
         [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;
      • mergeVersionTarget

        public InstanceGroupManagerStatus.Builder mergeVersionTarget​(InstanceGroupManagerStatusVersionTarget value)
         [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;
      • clearVersionTarget

        public InstanceGroupManagerStatus.Builder clearVersionTarget()
         [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;
      • getVersionTargetBuilder

        public InstanceGroupManagerStatusVersionTarget.Builder getVersionTargetBuilder()
         [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;
      • setUnknownFields

        public final InstanceGroupManagerStatus.Builder setUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        setUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        setUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<InstanceGroupManagerStatus.Builder>
      • mergeUnknownFields

        public final InstanceGroupManagerStatus.Builder mergeUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        mergeUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        mergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<InstanceGroupManagerStatus.Builder>