Interface InstanceGroupManagersDeleteInstancesRequestOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getInstances​(int index)
      The URLs of one or more instances to delete.
      com.google.protobuf.ByteString getInstancesBytes​(int index)
      The URLs of one or more instances to delete.
      int getInstancesCount()
      The URLs of one or more instances to delete.
      List<String> getInstancesList()
      The URLs of one or more instances to delete.
      boolean getSkipInstancesOnValidationError()
      Specifies whether the request should proceed despite the inclusion of instances that are not members of the group or that are already in the process of being deleted or abandoned.
      boolean hasSkipInstancesOnValidationError()
      Specifies whether the request should proceed despite the inclusion of instances that are not members of the group or that are already in the process of being deleted or abandoned.
      • 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

      • getInstancesList

        List<String> getInstancesList()
         The URLs of one or more instances to delete. This can be a full URL or a partial URL, such as zones/[ZONE]/instances/[INSTANCE_NAME]. Queued instances do not have URL and can be deleted only by name. One cannot specify both URLs and names in a single request.
         
        repeated string instances = 29097598;
        Returns:
        A list containing the instances.
      • getInstancesCount

        int getInstancesCount()
         The URLs of one or more instances to delete. This can be a full URL or a partial URL, such as zones/[ZONE]/instances/[INSTANCE_NAME]. Queued instances do not have URL and can be deleted only by name. One cannot specify both URLs and names in a single request.
         
        repeated string instances = 29097598;
        Returns:
        The count of instances.
      • getInstances

        String getInstances​(int index)
         The URLs of one or more instances to delete. This can be a full URL or a partial URL, such as zones/[ZONE]/instances/[INSTANCE_NAME]. Queued instances do not have URL and can be deleted only by name. One cannot specify both URLs and names in a single request.
         
        repeated string instances = 29097598;
        Parameters:
        index - The index of the element to return.
        Returns:
        The instances at the given index.
      • getInstancesBytes

        com.google.protobuf.ByteString getInstancesBytes​(int index)
         The URLs of one or more instances to delete. This can be a full URL or a partial URL, such as zones/[ZONE]/instances/[INSTANCE_NAME]. Queued instances do not have URL and can be deleted only by name. One cannot specify both URLs and names in a single request.
         
        repeated string instances = 29097598;
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the instances at the given index.
      • hasSkipInstancesOnValidationError

        boolean hasSkipInstancesOnValidationError()
         Specifies whether the request should proceed despite the inclusion of instances that are not members of the group or that are already in the process of being deleted or abandoned. If this field is set to `false` and such an instance is specified in the request, the operation fails. The operation always fails if the request contains a malformed instance URL or a reference to an instance that exists in a zone or region other than the group's zone or region.
         
        optional bool skip_instances_on_validation_error = 40631073;
        Returns:
        Whether the skipInstancesOnValidationError field is set.
      • getSkipInstancesOnValidationError

        boolean getSkipInstancesOnValidationError()
         Specifies whether the request should proceed despite the inclusion of instances that are not members of the group or that are already in the process of being deleted or abandoned. If this field is set to `false` and such an instance is specified in the request, the operation fails. The operation always fails if the request contains a malformed instance URL or a reference to an instance that exists in a zone or region other than the group's zone or region.
         
        optional bool skip_instances_on_validation_error = 40631073;
        Returns:
        The skipInstancesOnValidationError.